summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-11-18 20:31:20 +0000
committerAlberto Ruiz <aruiz@um.es>2009-11-18 20:31:20 +0000
commitd7314171a1b86207668de8b69180079f7843fffc (patch)
tree60ba70dd85996ca01663a3a6a16722a8bf49a521 /hmatrix.cabal
parentd4c5ec0fd9595105963ab99fd9b77267aeab0313 (diff)
removed rnf instances
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 7a9d1fd..e3c9818 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.6.0.0 2Version: 0.7.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -71,8 +71,8 @@ library
71 Build-Depends: haskell98, 71 Build-Depends: haskell98,
72 QuickCheck, HUnit, 72 QuickCheck, HUnit,
73 storable-complex, 73 storable-complex,
74 process, 74 process
75 parallel 75 -- parallel >= 2
76 76
77 Extensions: ForeignFunctionInterface, 77 Extensions: ForeignFunctionInterface,
78 CPP 78 CPP