diff options
-rw-r--r-- | packages/base/THANKS.md | 2 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index bd034e3..69903c6 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -103,7 +103,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
103 | deprecation warnings, used more explicit imports, and updated to ghc-7.4. | 103 | deprecation warnings, used more explicit imports, and updated to ghc-7.4. |
104 | 104 | ||
105 | - Tom Nielsen discovered a problem in Config.hs, exposed by link problems | 105 | - Tom Nielsen discovered a problem in Config.hs, exposed by link problems |
106 | in Ubuntu 11.10 beta. | 106 | in Ubuntu 11.10 beta, and fixed the link options on freebsd. |
107 | 107 | ||
108 | - Daniel Fischer reported some Haddock markup errors. | 108 | - Daniel Fischer reported some Haddock markup errors. |
109 | 109 | ||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index c0403e8..eff9569 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.0.6 | 2 | Version: 0.16.0.7 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |