Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions lib/amazonka-core/amazonka-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down