Commit 2553fbda authored by Sumit Sahrawat's avatar Sumit Sahrawat

Add dependency on chunked-data explicitly

Constrain the version of chunked-data used by classy-prelude, thus
fixing issue #491 and fixing the build.
parent 73469b7c
......@@ -61,6 +61,7 @@ library
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.5 && <0.11,
chunked-data ==0.1.*,
mono-traversable >=0.6,
cmdargs >=0.10,
containers >=0.5,
......@@ -136,6 +137,7 @@ executable ihaskell
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.11,
chunked-data ==0.1.*,
mono-traversable >=0.6,
containers >=0.5,
directory -any,
......@@ -162,6 +164,7 @@ Test-Suite hspec
bytestring >=0.10,
cereal >=0.3,
classy-prelude >=0.9.2 && <0.11,
chunked-data ==0.1.*,
mono-traversable >=0.6,
cmdargs >=0.10,
containers >=0.5,
......
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