diff options
-rw-r--r-- | THANKS.md | 6 | ||||
-rw-r--r-- | hmatrix.cabal | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 |
23 | Category: Math | 23 | Category: Math |
24 | tested-with: GHC ==7.6 | 24 | tested-with: GHC ==7.8 |
25 | 25 | ||
26 | cabal-version: >=1.8 | 26 | cabal-version: >=1.8 |
27 | 27 | ||