diff --git a/beam-core/beam-core.cabal b/beam-core/beam-core.cabal index f762cd92..669a390f 100644 --- a/beam-core/beam-core.cabal +++ b/beam-core/beam-core.cabal @@ -61,12 +61,12 @@ library Database.Beam.Schema.Lenses build-depends: base >=4.11 && <5.0, - aeson >=0.11 && <2.2, - text >=1.2.2.0 && <2.1, + aeson >=0.11 && <2.3, + text >=1.2.2.0 && <2.2, bytestring >=0.10 && <0.12, mtl >=2.2.1 && <2.4, microlens >=0.4 && <0.5, - ghc-prim >=0.5 && <0.11, + ghc-prim >=0.5 && <0.12, free >=4.12 && <5.3, dlist >=0.7.1.2 && <1.1, time >=1.6 && <1.13, @@ -75,7 +75,7 @@ library containers >=0.5 && <0.7, scientific >=0.3 && <0.4, vector >=0.11 && <0.14, - vector-sized >=0.5 && <1.6, + vector-sized >=0.5 && <1.7, tagged >=0.8 && <0.9 Default-language: Haskell2010 diff --git a/beam-migrate/beam-migrate.cabal b/beam-migrate/beam-migrate.cabal index f9812fa3..fd031d2e 100644 --- a/beam-migrate/beam-migrate.cabal +++ b/beam-migrate/beam-migrate.cabal @@ -55,8 +55,8 @@ library build-depends: base >=4.9 && <5.0, beam-core >=0.10 && <0.11, - text >=1.2 && <2.1, - aeson >=0.11 && <2.2, + text >=1.2 && <2.2, + aeson >=0.11 && <2.3, bytestring >=0.10 && <0.12, free >=4.12 && <5.3, time >=1.6 && <1.13, @@ -68,14 +68,14 @@ library hashable >=1.2 && <1.5, microlens >=0.4 && <0.5, parallel >=3.2 && <3.3, - deepseq >=1.4 && <1.5, - ghc-prim >=0.5 && <0.11, + 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, dependent-sum >=0.4 && <0.8, - pqueue >=1.3 && <1.5, + pqueue >=1.3 && <1.6, uuid-types >=1.0 && <1.1 default-language: Haskell2010 default-extensions: KindSignatures, OverloadedStrings, TypeFamilies, FlexibleContexts, diff --git a/beam-postgres/beam-postgres.cabal b/beam-postgres/beam-postgres.cabal index 796cd9eb..9148e9c4 100644 --- a/beam-postgres/beam-postgres.cabal +++ b/beam-postgres/beam-postgres.cabal @@ -36,10 +36,10 @@ library beam-core >=0.10 && <0.11, beam-migrate >=0.5 && <0.6, - postgresql-libpq >=0.8 && <0.10, - postgresql-simple >=0.5 && <0.7, + 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, @@ -48,9 +48,9 @@ library free >=4.12 && <5.3, time >=1.6 && <1.13, monad-control >=1.0 && <1.1, - mtl >=2.1 && <2.3, + mtl >=2.1 && <2.4, conduit >=1.2 && <1.4, - aeson >=0.11 && <2.2, + aeson >=0.11 && <2.3, uuid-types >=1.0 && <1.1, case-insensitive >=1.2 && <1.3, scientific >=0.3 && <0.4, diff --git a/beam-sqlite/beam-sqlite.cabal b/beam-sqlite/beam-sqlite.cabal index 0cade40a..b27f349e 100644 --- a/beam-sqlite/beam-sqlite.cabal +++ b/beam-sqlite/beam-sqlite.cabal @@ -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, @@ -39,7 +39,7 @@ library scientific >=0.3 && <0.4, monad-control >=1.0 && <1.1, network-uri >=2.6 && <2.7, - aeson >=0.11 && <2.2, + aeson >=0.11 && <2.3, attoparsec >=0.13 && <0.15, transformers-base >=0.4 && <0.5 default-language: Haskell2010