diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-09-28 11:56:56 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-09-28 11:56:56 +0200 |
commit | 2045b16e6a044d50135f09342962f936f7d62724 (patch) | |
tree | 4366ea5eb31f43ad5d8d8935dec753103153376a /packages | |
parent | 38f12fd401b348989761086f5b967e1ffa53e232 (diff) |
bump version and thanks
Diffstat (limited to 'packages')
-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 |