Skip to content

Commit ce45c8e

Browse files
committed
Allow aeson-2.2
1 parent 02242e9 commit ce45c8e

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
@@ -100,7 +100,7 @@ library
100100
-- Here can be exceptions if we really need features from the newer versions.
101101
build-depends:
102102
base-compat >= 0.10.5 && < 0.14
103-
, aeson >= 1.4.1.0 && < 2.2
103+
, aeson >= 1.4.1.0 && < 2.3
104104
, attoparsec >= 0.13.2.2 && < 0.15
105105
, bifunctors >= 5.5.3 && < 5.7
106106
, case-insensitive >= 1.2.0.11 && < 1.3

0 commit comments

Comments
 (0)