Skip to content

Commit

Permalink
Merge pull request #244 from TeofilC/bump-bounds-1
Browse files Browse the repository at this point in the history
Bump base and template-haskell bounds (GHC 9.4 support)
  • Loading branch information
swamp-agr committed Oct 26, 2022
2 parents 0150990 + 9f43be9 commit 8d0b792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ library

-- GHC boot libraries
build-depends:
base >=4.9 && <4.17
base >=4.9 && <4.18
, bytestring >=0.10.8.1 && <0.12
, containers >=0.5.7.1 && <0.7
, template-haskell >=2.11.1.0 && <2.19
, template-haskell >=2.11.1.0 && <2.20
, time >=1.6.0.1 && <1.14
, transformers >=0.5.2.0 && <0.7

Expand Down

0 comments on commit 8d0b792

Please sign in to comment.