Skip to content

Commit

Permalink
servant-swagger: bump aeson and cabal (aeson > 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhesaCaro committed Nov 17, 2021
1 parent 4378353 commit 941a348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions servant-swagger/servant-swagger.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ source-repository head
custom-setup
setup-depends:
base >=4.9 && <5,
Cabal >= 1.24 && <3.3,
cabal-doctest >=1.0.6 && <1.1

library
Expand All @@ -69,7 +68,7 @@ library
Servant.Swagger.Internal.TypeLevel.Every
Servant.Swagger.Internal.TypeLevel.TMap
hs-source-dirs: src
build-depends: aeson >=1.4.2.0 && <1.6
build-depends: aeson >=2 && <3
, aeson-pretty >=0.8.7 && <0.9
, base >=4.9.1.0 && <5
, base-compat >=0.10.5 && <0.12
Expand Down

0 comments on commit 941a348

Please sign in to comment.