Commit 26f0b0ee authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge branch 'master' of github.com:gibiansky/IHaskell

parents a6c7ec24 731dd700
...@@ -57,7 +57,7 @@ library ...@@ -57,7 +57,7 @@ library
aeson >=0.7, aeson >=0.7,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*, cereal >=0.3,
classy-prelude >=0.7, classy-prelude >=0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
...@@ -137,7 +137,7 @@ executable IHaskell ...@@ -137,7 +137,7 @@ executable IHaskell
aeson >=0.7, aeson >=0.7,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*, cereal >=0.3,
classy-prelude >=0.7, classy-prelude >=0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
...@@ -180,7 +180,7 @@ Test-Suite hspec ...@@ -180,7 +180,7 @@ Test-Suite hspec
aeson >=0.7, aeson >=0.7,
base64-bytestring >=1.0, base64-bytestring >=1.0,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*, cereal >=0.3,
classy-prelude >=0.7, classy-prelude >=0.7,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
......
...@@ -29,7 +29,7 @@ library ...@@ -29,7 +29,7 @@ library
build-depends: base >=4.6 && <4.7, build-depends: base >=4.6 && <4.7,
aeson >=0.7, aeson >=0.7,
bytestring >=0.10, bytestring >=0.10,
cereal ==0.3.*, cereal >=0.3,
containers >=0.5, containers >=0.5,
text >=0.11, text >=0.11,
unix >=2.6, unix >=2.6,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment