Add explicit version bounds for dependencies

+ hmatrix >= 0.10 && <0.17,
+ singletons >= 0.9.0 && <2.0.0.0
This commit is contained in:
Sumit Sahrawat 2015-09-29 01:03:53 +05:30
parent b068ee3be9
commit ccf1f554e7
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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