summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2010-03-09 01:34:29 +0000
committergwern0 <gwern0@gmail.com>2010-03-09 01:34:29 +0000
commitadc7249bbe8c6648fbe327dea2077ffb84195673 (patch)
tree729f43b84e421c6d4252de47ac51633f146ff0f5 /hmatrix.cabal
parentb8607cdba6df67691d800a3726a52c858a63876c (diff)
rm unneeded haskell98 dep
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 392b301..ac38460 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -63,7 +63,6 @@ library
63 63
64 Build-Depends: base >= 3 && < 5, 64 Build-Depends: base >= 3 && < 5,
65 array, 65 array,
66 haskell98,
67 storable-complex, 66 storable-complex,
68 process 67 process
69 68