Update to cereal 4

Build goes smoothly, tests pass.
This commit is contained in:
Jack Henahan 2014-03-08 19:36:28 -05:00
parent 7d4a92ef4d
commit 01b603e440
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,