Allow aeson-1.1

Summary:
Alternatively we could change dependency to `aeson-compat`, which has less major version bumps (because it has smaller public API surface, yet one have to be careful .e.g. not to rely on instance implementations).
Closes https://github.com/facebook/Haxl/pull/64

Differential Revision: D4385525

Pulled By: xich

fbshipit-source-id: 72246e0f9144728e618de7bfcf983531bd3d281a
This commit is contained in:
Oleg Grenrus 2017-01-05 16:48:17 -08:00 committed by Facebook Github Bot
parent 03d434fbd6
commit d77b818a82

View File

@ -43,7 +43,7 @@ library
build-depends: build-depends:
HUnit >= 1.2 && < 1.6, HUnit >= 1.2 && < 1.6,
aeson >= 0.6 && < 1.1, aeson >= 0.6 && < 1.2,
base == 4.*, base == 4.*,
binary >= 0.7 && < 0.9, binary >= 0.7 && < 0.9,
bytestring >= 0.9 && < 0.11, bytestring >= 0.9 && < 0.11,