Skip to content
Merged
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
2 changes: 1 addition & 1 deletion servant-quickcheck/servant-quickcheck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library

ghc-options: -Wall -Wcompat
build-depends:
aeson >=2.2 && <2.3
aeson >=2.2 && <2.4
, base >= 4.16.4.0 && < 4.22
, base-compat-batteries >=0.12 && <0.15
, bytestring >=0.11 && <0.13
Expand Down
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ library
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
, aeson >=2.2 && <2.3
, aeson >=2.2 && <2.4
, attoparsec >=0.14.4 && <0.15
, bifunctors >=5.6.3 && <5.7
, case-insensitive >=1.2.1.0 && <1.3
Expand Down
Loading