summaryrefslogtreecommitdiff
path: root/packages/special
diff options
context:
space:
mode:
Diffstat (limited to 'packages/special')
-rw-r--r--packages/special/hmatrix-special.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal
index bcaed95..3d1cc2d 100644
--- a/packages/special/hmatrix-special.cabal
+++ b/packages/special/hmatrix-special.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-special 1Name: hmatrix-special
2Version: 0.2.0 2Version: 0.3.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -27,7 +27,7 @@ flag safe-cheap
27 default: False 27 default: False
28 28
29library 29library
30 Build-Depends: base >= 3 && < 5, hmatrix >= 0.9 30 Build-Depends: base, hmatrix-base, hmatrix
31 31
32 Extensions: ForeignFunctionInterface, 32 Extensions: ForeignFunctionInterface,
33 CPP 33 CPP