summaryrefslogtreecommitdiff
path: root/packages/special/hmatrix-special.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'packages/special/hmatrix-special.cabal')
-rw-r--r--packages/special/hmatrix-special.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal
index c6c8379..4dd884b 100644
--- a/packages/special/hmatrix-special.cabal
+++ b/packages/special/hmatrix-special.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-special 1Name: hmatrix-special
2Version: 0.1.1 2Version: 0.2.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -11,7 +11,7 @@ Description:
11 Interface to GSL special functions. 11 Interface to GSL special functions.
12 12
13Category: Math 13Category: Math
14tested-with: GHC ==6.12.3 14tested-with: GHC ==7.4
15 15
16cabal-version: >=1.6 16cabal-version: >=1.6
17build-type: Simple 17build-type: Simple
@@ -74,6 +74,6 @@ library
74 cpp-options: -DSAFE_CHEAP=unsafe 74 cpp-options: -DSAFE_CHEAP=unsafe
75 75
76source-repository head 76source-repository head
77 type: darcs 77 type: git
78 location: http://code.haskell.org/hmatrix 78 location: https://github.com/AlbertoRuiz/hmatrix
79 79