Skip to content

Commit

Permalink
Allow newer containers, bytestring (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored May 18, 2024
1 parent b1061f4 commit 42384c9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions beam-core/beam-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ library
build-depends: base >=4.11 && <5.0,
aeson >=0.11 && <2.3,
text >=1.2.2.0 && <2.2,
bytestring >=0.10 && <0.12,
bytestring >=0.10 && <0.13,
mtl >=2.2.1 && <2.4,
microlens >=0.4 && <0.5,
ghc-prim >=0.5 && <0.12,
Expand All @@ -72,7 +72,7 @@ library
time >=1.6 && <1.13,
hashable >=1.2.4.0 && <1.5,
network-uri >=2.6 && <2.7,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
scientific >=0.3 && <0.4,
vector >=0.11 && <0.14,
vector-sized >=0.5 && <1.7,
Expand Down
5 changes: 2 additions & 3 deletions beam-migrate/beam-migrate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,19 @@ library
beam-core >=0.10 && <0.11,
text >=1.2 && <2.2,
aeson >=0.11 && <2.3,
bytestring >=0.10 && <0.12,
bytestring >=0.10 && <0.13,
free >=4.12 && <5.3,
time >=1.6 && <1.13,
mtl >=2.2 && <2.4,
scientific >=0.3 && <0.4,
vector >=0.11 && <0.14,
containers >=0.5 && <0.7,
containers >=0.5 && <0.8,
unordered-containers >=0.2 && <0.3,
hashable >=1.2 && <1.5,
microlens >=0.4 && <0.5,
parallel >=3.2 && <3.3,
deepseq >=1.4 && <1.6,
ghc-prim >=0.5 && <0.12,
containers >=0.5 && <0.7,
haskell-src-exts >=1.18 && <1.24,
pretty >=1.1 && <1.2,
dependent-map >=0.2 && <0.5,
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 @@ -40,7 +40,7 @@ library
postgresql-simple >=0.5 && <0.8,

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

attoparsec >=0.13 && <0.15,
hashable >=1.1 && <1.5,
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 @@ -30,7 +30,7 @@ library

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

0 comments on commit 42384c9

Please sign in to comment.