mirror of
https://github.com/facebook/Haxl.git
synced 2024-12-23 16:53:02 +03:00
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:
parent
03d434fbd6
commit
d77b818a82
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user