Skip to content

Commit

Permalink
Bump dependencies for GHC 9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed May 24, 2024
1 parent 89825c4 commit a41903b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi3.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ library

-- GHC boot libraries
build-depends:
base >=4.11.1.0 && <4.20
base >=4.11.1.0 && <4.21
, bytestring >=0.10.8.2 && <0.13
, containers >=0.5.11.0 && <0.8
, template-haskell >=2.13.0.0 && <2.22
, template-haskell >=2.13.0.0 && <2.23
, time >=1.8.0.2 && <1.14
, transformers >=0.5.5.0 && <0.7

Expand All @@ -79,7 +79,7 @@ library

-- other dependencies
build-depends:
base-compat-batteries >=0.11.1 && <0.14
base-compat-batteries >=0.11.1 && <0.15
, aeson >=1.4.2.0 && <1.6 || >=2.0.1.0 && < 2.3
, aeson-pretty >=0.8.7 && <0.9
-- cookie 0.4.3 is needed by GHC 7.8 due to time>=1.4 constraint
Expand Down

0 comments on commit a41903b

Please sign in to comment.