Merge pull request #213 from jhenahan/cereal4

Update to cereal 4
This commit is contained in:
Andrew Gibiansky 2014-03-08 21:50:14 -08:00
commit 731dd7000c
2 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ library
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
cereal >=0.3,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
@ -137,7 +137,7 @@ executable IHaskell
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
cereal >=0.3,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,
@ -180,7 +180,7 @@ Test-Suite hspec
aeson >=0.7,
base64-bytestring >=1.0,
bytestring >=0.10,
cereal ==0.3.*,
cereal >=0.3,
classy-prelude >=0.7,
cmdargs >=0.10,
containers >=0.5,

View File

@ -29,7 +29,7 @@ library
build-depends: base >=4.6 && <4.7,
aeson >=0.7,
bytestring >=0.10,
cereal ==0.3.*,
cereal >=0.3,
containers >=0.5,
text >=0.11,
unix >=2.6,