summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-02 13:06:42 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-02 13:06:42 +0000
commit30a91aad855791ab86a6d749dc6b732d5859b217 (patch)
tree56c772dad7850d500623bf61e8cfbc9eac419cb5 /hmatrix.cabal
parentd7314171a1b86207668de8b69180079f7843fffc (diff)
new rnf instances
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index e3c9818..6cfd98c 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.7.0.0 2Version: 0.6.0.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -11,7 +11,7 @@ Description: This library provides a purely functional interface to basic
11 and other numerical computations, internally implemented using 11 and other numerical computations, internally implemented using
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13Category: Math 13Category: Math
14tested-with: GHC ==6.10.3 14tested-with: GHC ==6.10.4
15 15
16cabal-version: >=1.2 16cabal-version: >=1.2
17build-type: Custom 17build-type: Custom
@@ -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 >= 2 75 parallel >= 2
76 76
77 Extensions: ForeignFunctionInterface, 77 Extensions: ForeignFunctionInterface,
78 CPP 78 CPP