mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 11:26:08 +00:00
Update to cereal 4
Build goes smoothly, tests pass.
This commit is contained in:
parent
7d4a92ef4d
commit
01b603e440
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user