Skip to content

Commit

Permalink
Allow aeson 1.5 (haskell-servant#1302)
Browse files Browse the repository at this point in the history
Builds fine and all tests pass here.
  • Loading branch information
felixonmars authored Jun 12, 2020
1 parent 8e7b538 commit c778a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ library
-- Here can be exceptions if we really need features from the newer versions.
build-depends:
base-compat >= 0.10.5 && < 0.12
, aeson >= 1.4.1.0 && < 1.5
, aeson >= 1.4.1.0 && < 1.6
, attoparsec >= 0.13.2.2 && < 0.14
, bifunctors >= 5.5.3 && < 5.6
, case-insensitive >= 1.2.0.11 && < 1.3
Expand Down

0 comments on commit c778a18

Please sign in to comment.