Relax dependency constrainst for ghc-8.10

Summary:
New versions are available for aeson, hashable and time. We need bump the
upper bound so that we can build haxl on ghc-8.10.

Reviewed By: rayshih

Differential Revision: D23090291

fbshipit-source-id: 58b874da0eb658e50a23fb0acb2cbcee42fdf1c7
This commit is contained in:
Zejun Wu 2020-08-13 09:15:22 -07:00 committed by Facebook GitHub Bot
parent 2b7f2aea41
commit 04da91d564

View File

@ -40,7 +40,7 @@ extra-source-files:
library
build-depends:
aeson >= 0.6 && < 1.5,
aeson >= 0.6 && < 1.6,
base >= 4.10 && < 5,
binary >= 0.7 && < 0.10,
bytestring >= 0.9 && < 0.11,
@ -49,12 +49,12 @@ library
exceptions >=0.8 && <0.11,
filepath >= 1.3 && < 1.5,
ghc-prim,
hashable == 1.2.*,
hashable >= 1.2 && < 1.4,
hashtables >= 1.2.3.1,
pretty == 1.1.*,
-- text 1.2.1.0 required for instance Binary Text
text >= 1.2.1.0 && < 1.3,
time >= 1.4 && < 1.9,
time >= 1.4 && < 1.10,
stm >= 2.4 && < 2.6,
transformers,
unordered-containers == 0.2.*,