summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-08-13 04:18:46 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-08-13 04:18:46 +0000
commit5c50b54a92c01218e5265413208b52321080c779 (patch)
treec90cd3e4943fe01a6c6d71689422931d1108873e /hmatrix.cabal
parent91510a3d127d8d9bb10daec9a9ec22d3ad2c199e (diff)
remove MonadIO constraint from mapVectorM(_)
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 708bfd2..674f69d 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -73,7 +73,7 @@ flag vector
73library 73library
74 74
75 Build-Depends: base >= 4 && < 5, 75 Build-Depends: base >= 4 && < 5,
76 array, mtl, 76 array,
77 storable-complex, 77 storable-complex,
78 process, 78 process,
79 binary 79 binary