Skip to content

Commit

Permalink
Allow text-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored and mgsloan committed Feb 16, 2024
1 parent 0bf892c commit d34bfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion store-core/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- bytestring >=0.10.4.0 && < 1.0 # soft
- transformers >=0.3.0.0 && < 1.0 # soft
- ghc-prim >=0.3.1.0 && < 1.0 # soft
- text >=1.2.0.4 && < 1.3 || >= 2.0 && < 2.1 #soft
- text >=1.2.0.4 && < 1.3 || >= 2.0 && < 2.2 #soft

library:
source-dirs: src
Expand Down
2 changes: 1 addition & 1 deletion store-core/store-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library
, bytestring >=0.10.4.0 && <1.0
, ghc-prim >=0.3.1.0 && <1.0
, primitive >=0.6 && <1.0
, text >=1.2.0.4 && <1.3 || >=2.0 && <2.1
, text >=1.2.0.4 && <1.3 || >=2.0 && <2.2
, transformers >=0.3.0.0 && <1.0
default-language: Haskell2010
if flag(force-alignment) || arch(PPC) || arch(PPC64) || arch(Mips) || arch(Sparc) || arch(Arm)
Expand Down

0 comments on commit d34bfd5

Please sign in to comment.