Skip to content

Commit

Permalink
Raise dependency bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly-Bellroy committed Aug 20, 2024
1 parent 8f52bdf commit 4b82ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-arn.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ common opts

common deps
build-depends:
, base >=4.12 && <4.19
, base >=4.12 && <4.21
, deriving-compat >=0.5.10 && <0.7
, profunctors >=5.0 && <5.7
, tagged ^>=0.8
Expand All @@ -65,7 +65,7 @@ library
Network.AWS.ARN.Lambda
Network.AWS.ARN.S3

build-depends: hashable >=1.3.0.0 && <1.5
build-depends: hashable >=1.3.0.0 && <1.6
hs-source-dirs: src

test-suite spec
Expand Down

0 comments on commit 4b82ede

Please sign in to comment.