diff --git a/cabal.project b/cabal.project index 6d530b3a741..017ac76439c 100644 --- a/cabal.project +++ b/cabal.project @@ -5,6 +5,12 @@ write-ghc-environment-files: never -- cabal configure --disable-optimization optimization: 1 +-- These releases compile with the boot-library versions shipped by GHC 9.14, +-- but their published upper bounds have not caught up yet. +allow-newer: + microlens-pro:template-haskell, + ordered-containers:containers + -- Local packages. packages: examples/ diff --git a/lib/amazonka-core/amazonka-core.cabal b/lib/amazonka-core/amazonka-core.cabal index 99ae59c24ee..8c46e8ae4e3 100644 --- a/lib/amazonka-core/amazonka-core.cabal +++ b/lib/amazonka-core/amazonka-core.cabal @@ -108,8 +108,8 @@ library , case-insensitive >=1.2 , conduit >=1.3 , conduit-extra >=1.3 - , containers >=0.5 && <0.8 - , crypton >=0.32 && <0.35 || >=1.0 && <1.2 + , containers >=0.5 && <0.9 + , crypton >=1.1.1 && <1.2 , deepseq >=1.4 , hashable >=1.2 , http-client >=0.5 && <0.8 diff --git a/lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal b/lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal index 2c5a6eb8aa2..cb816b0c928 100644 --- a/lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal +++ b/lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal @@ -101,7 +101,7 @@ library , bytestring >=0.10.8 , case-insensitive >=1.2 , conduit >=1.3 - , crypton >=0.32 && <0.35 || >=1.0 && <1.2 + , crypton >=1.1.1 && <1.2 , http-client >=0.5 && <0.8 , microlens , microlens-pro @@ -128,7 +128,7 @@ test-suite amazonka-s3-encryption-test , base , bytestring , conduit - , crypton >=0.32 && <0.35 || >=1.0 && <1.2 + , crypton >=1.1.1 && <1.2 , mtl , QuickCheck , quickcheck-instances >=0.3.25.2