summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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