diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index cbf4a55..e7a64c8 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.9.3.0 | 2 | Version: 0.10.0.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -74,7 +74,8 @@ library | |||
74 | Build-Depends: base >= 4 && < 5, | 74 | Build-Depends: base >= 4 && < 5, |
75 | array, | 75 | array, |
76 | storable-complex, | 76 | storable-complex, |
77 | process | 77 | process, |
78 | ghc-binary | ||
78 | 79 | ||
79 | Extensions: ForeignFunctionInterface, | 80 | Extensions: ForeignFunctionInterface, |
80 | CPP | 81 | CPP |