Commit c4646932 authored by Andrew Gibiansky's avatar Andrew Gibiansky

Merge pull request #361 from houshuang/stackage

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