diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-01-04 16:35:27 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-01-04 16:35:27 +0000 |
commit | dfd2cb93e1f6c9fe42ddfd6775ecd1ab7c980ccf (patch) | |
tree | 645684b20d4a83e051ec03ae2278adc561ef3016 | |
parent | f2670646b35f736778ce32cd0a32b8953b6c369b (diff) |
minor change
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 77a37bb..76ead58 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.8.1.0 | 2 | Version: 0.8.1.1 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -71,7 +71,7 @@ library | |||
71 | Build-Depends: haskell98 < 1.0.1.1, | 71 | Build-Depends: haskell98 < 1.0.1.1, |
72 | QuickCheck, HUnit, | 72 | QuickCheck, HUnit, |
73 | storable-complex, | 73 | storable-complex, |
74 | process | 74 | process < 1.0.1.2 |
75 | 75 | ||
76 | Extensions: ForeignFunctionInterface, | 76 | Extensions: ForeignFunctionInterface, |
77 | CPP | 77 | CPP |