Commit ccf1f554 authored by Sumit Sahrawat's avatar Sumit Sahrawat

Add explicit version bounds for dependencies

+ hmatrix >= 0.10 && <0.17,
+ singletons >= 0.9.0 && <2.0.0.0
parent b068ee3b
......@@ -61,6 +61,7 @@ library
build-depends: base >=4.6 && <4.9,
plot,
bytestring,
hmatrix >= 0.10 && <0.17,
ihaskell >= 0.6.2
-- Directories containing source files.
......
......@@ -104,7 +104,7 @@ library
, nats -any
, vinyl >= 0.5
, vector -any
, singletons >= 0.9.0
, singletons >= 0.9.0 && <2.0.0.0
, scientific -any
, unix -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