Commit cbcae02e authored by Stian Håklev's avatar Stian Håklev

Relaxing cabal constraints to make it compatible with Stackage

parent eed50a26
...@@ -58,7 +58,7 @@ library ...@@ -58,7 +58,7 @@ library
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.5 && <0.11, classy-prelude >=0.9.5 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
...@@ -78,7 +78,7 @@ library ...@@ -78,7 +78,7 @@ library
parsec -any, parsec -any,
process >=1.1, process >=1.1,
random >=1.0, random >=1.0,
shelly ==1.5.*, shelly >=1.5,
split >= 0.2, split >= 0.2,
stm -any, stm -any,
strict >=0.3, strict >=0.3,
...@@ -131,7 +131,7 @@ executable IHaskell ...@@ -131,7 +131,7 @@ executable IHaskell
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.2 && <0.11, classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
ghc ==7.6.* || == 7.8.*, ghc ==7.6.* || == 7.8.*,
...@@ -154,7 +154,7 @@ Test-Suite hspec ...@@ -154,7 +154,7 @@ Test-Suite hspec
bytestring >=0.10, bytestring >=0.10,
cereal >=0.3, cereal >=0.3,
classy-prelude >=0.9.2 && <0.11, classy-prelude >=0.9.2 && <0.11,
mono-traversable >=0.6 && < 0.7, mono-traversable >=0.6,
cmdargs >=0.10, cmdargs >=0.10,
containers >=0.5, containers >=0.5,
directory -any, directory -any,
......
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