summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-09 20:58:11 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-09 20:58:11 +0200
commit752b923ca4e83f1d5f741beab7eb9857591bdcba (patch)
treedc256dc81617752f965ef84692280db1b03356d1
parent978a9bd5082f79a17cc03df14f4249fc7510d8e1 (diff)
thanks and tested with 7.8.1
-rw-r--r--THANKS.md6
-rw-r--r--hmatrix.cabal2
2 files changed, 7 insertions, 1 deletions
diff --git a/THANKS.md b/THANKS.md
index 863fcc1..a13a85b 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -147,3 +147,9 @@ module reorganization, monadic mapVectorM, and many other improvements.
147 147
148- Adam Vogt updated the code for ghc-7.7 148- Adam Vogt updated the code for ghc-7.7
149 149
150- Mike Meyer (mwm) added freeBSD library configuration information.
151
152- tfgit updated the OSX installation instructions via Homebrew
153
154
155
diff --git a/hmatrix.cabal b/hmatrix.cabal
index ddb53af..b7b8e80 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -21,7 +21,7 @@ Description: Purely functional interface to basic linear algebra
21 . 21 .
22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes 22 - "Numeric.LinearAlgebra": everything + instances of standard Haskell numeric classes
23Category: Math 23Category: Math
24tested-with: GHC ==7.6 24tested-with: GHC ==7.8
25 25
26cabal-version: >=1.8 26cabal-version: >=1.8
27 27