summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-06-21 08:23:15 +0000
committerAlberto Ruiz <aruiz@um.es>2010-06-21 08:23:15 +0000
commitd18a86d37d55a39d4ec9b16397dd59f35aa13688 (patch)
tree1ed0ce908efc6a364398b0814692df9f04e894db /hmatrix.cabal
parentb830956a037b6122f83ed6117596b2ef510eb911 (diff)
Binary instances for Vector and Matrix by Vivian McPhail
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index cbf4a55..e7a64c8 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.9.3.0 2Version: 0.10.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -74,7 +74,8 @@ library
74 Build-Depends: base >= 4 && < 5, 74 Build-Depends: base >= 4 && < 5,
75 array, 75 array,
76 storable-complex, 76 storable-complex,
77 process 77 process,
78 ghc-binary
78 79
79 Extensions: ForeignFunctionInterface, 80 Extensions: ForeignFunctionInterface,
80 CPP 81 CPP