Skip to content

Commit c778a18

Browse files
authored
Allow aeson 1.5 (#1302)
Builds fine and all tests pass here.
1 parent 8e7b538 commit c778a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ library
9696
-- Here can be exceptions if we really need features from the newer versions.
9797
build-depends:
9898
base-compat >= 0.10.5 && < 0.12
99-
, aeson >= 1.4.1.0 && < 1.5
99+
, aeson >= 1.4.1.0 && < 1.6
100100
, attoparsec >= 0.13.2.2 && < 0.14
101101
, bifunctors >= 5.5.3 && < 5.6
102102
, case-insensitive >= 1.2.0.11 && < 1.3

0 commit comments

Comments
 (0)