summaryrefslogtreecommitdiff
path: root/packages/special/hmatrix-special.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-10-20 07:19:06 +0000
committerAlberto Ruiz <aruiz@um.es>2010-10-20 07:19:06 +0000
commit7cfba6b4eb311590986a888255cd1dc594bd7264 (patch)
treeb01b83260b9d959cd8b32fe4021553bb1aadc8d4 /packages/special/hmatrix-special.cabal
parentceb049de0898a2cc58fac8191a049e65bad7a2f6 (diff)
mkComplex_e and other complex special functions
Diffstat (limited to 'packages/special/hmatrix-special.cabal')
-rw-r--r--packages/special/hmatrix-special.cabal13
1 files changed, 9 insertions, 4 deletions
diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal
index f9228ee..5ab0707 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.0 2Version: 0.1.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -11,14 +11,15 @@ Description:
11 Interface to GSL special functions. 11 Interface to GSL special functions.
12 12
13Category: Math 13Category: Math
14tested-with: GHC ==6.10.4 14tested-with: GHC ==6.12.3
15 15
16cabal-version: >=1.2 16cabal-version: >=1.6
17build-type: Simple 17build-type: Simple
18 18
19extra-source-files: lib/Numeric/GSL/Special/auto.hs, 19extra-source-files: lib/Numeric/GSL/Special/auto.hs,
20 lib/Numeric/GSL/Special/autoall.sh, 20 lib/Numeric/GSL/Special/autoall.sh,
21 lib/Numeric/GSL/Special/replace.hs 21 lib/Numeric/GSL/Special/replace.hs,
22 CHANGES
22 23
23flag safe-cheap 24flag safe-cheap
24 description: use slower non-blocking "safe" foreign calls 25 description: use slower non-blocking "safe" foreign calls
@@ -72,3 +73,7 @@ library
72 else 73 else
73 cpp-options: -DSAFE_CHEAP=unsafe 74 cpp-options: -DSAFE_CHEAP=unsafe
74 75
76source-repository head
77 type: darcs
78 location: http://code.haskell.org/hmatrix
79