Skip to content

Commit

Permalink
Loosen bounds on text
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Apr 26, 2024
1 parent 70a13d4 commit 2d89faa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library

build-depends: base >=4.11 && <5.0,
aeson >=0.11 && <2.3,
text >=1.2.2.0 && <2.1,
text >=1.2.2.0 && <2.2,
bytestring >=0.10 && <0.12,
mtl >=2.2.1 && <2.4,
microlens >=0.4 && <0.5,
Expand Down
2 changes: 1 addition & 1 deletion beam-migrate/beam-migrate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library

build-depends: base >=4.9 && <5.0,
beam-core >=0.10 && <0.11,
text >=1.2 && <2.1,
text >=1.2 && <2.2,
aeson >=0.11 && <2.3,
bytestring >=0.10 && <0.12,
free >=4.12 && <5.3,
Expand Down
2 changes: 1 addition & 1 deletion beam-postgres/beam-postgres.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ library
postgresql-libpq >=0.8 && <0.11,
postgresql-simple >=0.5 && <0.8,

text >=1.0 && <2.1,
text >=1.0 && <2.2,
bytestring >=0.10 && <0.12,

attoparsec >=0.13 && <0.15,
Expand Down
2 changes: 1 addition & 1 deletion beam-sqlite/beam-sqlite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library
beam-migrate >=0.5 && <0.6,

sqlite-simple >=0.4 && <0.5,
text >=1.0 && <2.1,
text >=1.0 && <2.2,
bytestring >=0.10 && <0.12,
hashable >=1.2 && <1.5,
time >=1.6 && <1.13,
Expand Down

0 comments on commit 2d89faa

Please sign in to comment.