summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS4
-rw-r--r--hmatrix.cabal3
2 files changed, 5 insertions, 2 deletions
diff --git a/THANKS b/THANKS
index 916cee3..43503b6 100644
--- a/THANKS
+++ b/THANKS
@@ -77,5 +77,7 @@ module reorganization, monadic mapVectorM, and many other improvements.
77 77
78- Max Suica simplified the installation on Windows and improved the instructions. 78- Max Suica simplified the installation on Windows and improved the instructions.
79 79
80- John Billings reported an incompatibility with QuickCheck>=2.1.1 80- John Billings first reported an incompatibility with QuickCheck>=2.1.1
81
82- Alexey Khudyakov cleaned up PRAGMAS and fixed some hlint suggestions.
81 83
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 0e767a9..0cd4c03 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.10.0.0 2Version: 0.10.0.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -176,3 +176,4 @@ library
176source-repository head 176source-repository head
177 type: darcs 177 type: darcs
178 location: http://code.haskell.org/hmatrix 178 location: http://code.haskell.org/hmatrix
179