From 42384c9d6006a5b6f90dc28137669846a4b38415 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Sat, 18 May 2024 05:29:36 -0600 Subject: [PATCH] Allow newer containers, bytestring (#706) --- beam-core/beam-core.cabal | 4 ++-- beam-migrate/beam-migrate.cabal | 5 ++--- beam-postgres/beam-postgres.cabal | 2 +- beam-sqlite/beam-sqlite.cabal | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/beam-core/beam-core.cabal b/beam-core/beam-core.cabal index 669a390f..f2a037f5 100644 --- a/beam-core/beam-core.cabal +++ b/beam-core/beam-core.cabal @@ -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, @@ -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, diff --git a/beam-migrate/beam-migrate.cabal b/beam-migrate/beam-migrate.cabal index fd031d2e..5501d78e 100644 --- a/beam-migrate/beam-migrate.cabal +++ b/beam-migrate/beam-migrate.cabal @@ -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, diff --git a/beam-postgres/beam-postgres.cabal b/beam-postgres/beam-postgres.cabal index 9148e9c4..cfddfc74 100644 --- a/beam-postgres/beam-postgres.cabal +++ b/beam-postgres/beam-postgres.cabal @@ -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, diff --git a/beam-sqlite/beam-sqlite.cabal b/beam-sqlite/beam-sqlite.cabal index b27f349e..6a4c0ee0 100644 --- a/beam-sqlite/beam-sqlite.cabal +++ b/beam-sqlite/beam-sqlite.cabal @@ -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,