diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-09 17:57:31 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-07-09 17:57:31 +0000 |
commit | 238a01e0c3b51569c28ede4259cdf33bf18eb94f (patch) | |
tree | 06e24c47b4c114f698b92d106202a97ceaa25b82 /hmatrix.cabal | |
parent | c4531ceaa524b1f8a84dcdf3456d7a7b2831f902 (diff) |
vectorMapM, vectorMapM_
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index e7a64c8..009219c 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -72,7 +72,7 @@ flag vector | |||
72 | library | 72 | library |
73 | 73 | ||
74 | Build-Depends: base >= 4 && < 5, | 74 | Build-Depends: base >= 4 && < 5, |
75 | array, | 75 | array, mtl, |
76 | storable-complex, | 76 | storable-complex, |
77 | process, | 77 | process, |
78 | ghc-binary | 78 | ghc-binary |