summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-14 11:06:57 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-14 11:06:57 +0000
commit9e2f7fb0ca902665b430a96f77959522976a97f9 (patch)
treec2f258fe28df79a645f3908655b46fbaf89ecf16 /HSSL.cabal
parent620d5008ea9a931a91907cd0c902bb64f005121f (diff)
code refactoring
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal23
1 files changed, 11 insertions, 12 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index 3f38cf1..9fd148a 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -13,10 +13,8 @@ Category: Numerical
13tested-with: GHC ==6.6.1 13tested-with: GHC ==6.6.1
14Build-Depends: base, haskell98 14Build-Depends: base, haskell98
15Extensions: ForeignFunctionInterface 15Extensions: ForeignFunctionInterface
16-- MultiParamTypeClasses,
17-- FunctionalDependencies
18--ghc-options: -Wall 16--ghc-options: -Wall
19ghc-options: -O0 17ghc-options: -O
20hs-source-dirs: lib 18hs-source-dirs: lib
21Exposed-modules: Data.Packed.Internal, 19Exposed-modules: Data.Packed.Internal,
22 Data.Packed.Internal.Common, 20 Data.Packed.Internal.Common,
@@ -25,11 +23,12 @@ Exposed-modules: Data.Packed.Internal,
25 Data.Packed.Vector, 23 Data.Packed.Vector,
26 Data.Packed.Matrix, 24 Data.Packed.Matrix,
27 GSL.Vector, 25 GSL.Vector,
28 LinearAlgebra.Linear,
29 Data.Packed.Plot,
30 LAPACK,
31 GSL.Matrix, 26 GSL.Matrix,
32 GSL.Differentiation, GSL.Integration, 27 GSL.Differentiation,
28 GSL.Integration,
29 GSL.Fourier,
30 GSL.Polynomials,
31 GSL.Minimization,
33 GSL.Special, GSL.Special.Internal, 32 GSL.Special, GSL.Special.Internal,
34 GSL.Special.Gamma, GSL.Special.Erf, 33 GSL.Special.Gamma, GSL.Special.Erf,
35 GSL.Special.Airy, GSL.Special.Exp, 34 GSL.Special.Airy, GSL.Special.Exp,
@@ -45,12 +44,12 @@ Exposed-modules: Data.Packed.Internal,
45 GSL.Special.Synchrotron, GSL.Special.Trig, 44 GSL.Special.Synchrotron, GSL.Special.Trig,
46 GSL.Special.Zeta, GSL.Special.Log, 45 GSL.Special.Zeta, GSL.Special.Log,
47 GSL.Special.Legendre, 46 GSL.Special.Legendre,
48 GSL.Fourier,
49 GSL.Polynomials,
50 GSL.Minimization,
51 GSL.Compat,
52 GSL, 47 GSL,
53 LinearAlgebra, LinearAlgebra.Algorithms 48 LAPACK,
49 LinearAlgebra,
50 LinearAlgebra.Linear,
51 LinearAlgebra.Algorithms
52 , GSLHaskell, Graphics.Plot
54Other-modules: 53Other-modules:
55C-sources: lib/Data/Packed/Internal/aux.c, 54C-sources: lib/Data/Packed/Internal/aux.c,
56 lib/LAPACK/lapack-aux.c, 55 lib/LAPACK/lapack-aux.c,