summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal20
1 files changed, 12 insertions, 8 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index a29f944..524664d 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -1,4 +1,4 @@
1Name: HSSL 1Name: HSSL2
2Version: 0.1 2Version: 0.1
3License: GPL 3License: GPL
4--License-file: LICENSE 4--License-file: LICENSE
@@ -18,15 +18,19 @@ Extensions: ForeignFunctionInterface
18--ghc-options: -Wall 18--ghc-options: -Wall
19ghc-options: -O 19ghc-options: -O
20hs-source-dirs: lib 20hs-source-dirs: lib
21Exposed-modules: Data.Packed.Internal, 21Exposed-modules:
22 Data.Packed.Internal,
22 Data.Packed.Internal.Common, 23 Data.Packed.Internal.Common,
23 Data.Packed.Internal.Vector, Data.Packed.Vector, 24 Data.Packed.Internal.Vector,
24 Data.Packed.Internal.Matrix, Data.Packed.Matrix, 25 Data.Packed.Vector,
25 Data.Packed.Internal.Tensor, Data.Packed.Tensor, 26 Data.Packed.Internal.Matrix,
26 Data.Packed.Plot 27 Data.Packed.Matrix,
28 GSL.Vector,
29 LinearAlgebra.Linear,
30 Data.Packed.Internal.Tensor, Data.Packed.Tensor
31 Data.Packed.Plot,
27 LAPACK, 32 LAPACK,
28 GSL.Vector, 33 GSL.Matrix,
29 GSL.Matrix
30 GSL.Differentiation, GSL.Integration, 34 GSL.Differentiation, GSL.Integration,
31 GSL.Special, GSL.Special.Internal, 35 GSL.Special, GSL.Special.Internal,
32 GSL.Special.Gamma, GSL.Special.Erf, 36 GSL.Special.Gamma, GSL.Special.Erf,