summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-10 11:22:05 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-10 11:22:05 +0000
commitc1464d95f0eb03c0fbb728f5cc49c6548b23ef10 (patch)
treecb4f87cd3ff88bd97c62d55d32c1efcbe63acfe8 /hmatrix.cabal
parent671821b41b8e6d7c0b3f5109ed47a1699a484a2a (diff)
remove NFData instances
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 8d46944..778d113 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -71,8 +71,7 @@ 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
76 75
77 Extensions: ForeignFunctionInterface, 76 Extensions: ForeignFunctionInterface,
78 CPP 77 CPP