summaryrefslogtreecommitdiff
path: root/HSSL.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'HSSL.cabal')
-rw-r--r--HSSL.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/HSSL.cabal b/HSSL.cabal
index 28fe130..6622fa7 100644
--- a/HSSL.cabal
+++ b/HSSL.cabal
@@ -18,10 +18,10 @@ 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.Vector, 21Exposed-modules: Data.Packed.Internal, Data.Packed.Internal.Common,
22 Data.Packed.Internal.Matrix, 22 Data.Packed.Internal.Vector, Data.Packed.Vector,
23 Data.Packed.Internal.Matrix, Data.Packed.Matrix,
23 Data.Packed.Internal.Tensor, 24 Data.Packed.Internal.Tensor,
24 LAPACK.Internal,
25 LAPACK 25 LAPACK
26Other-modules: 26Other-modules:
27C-sources: lib/Data/Packed/Internal/aux.c, 27C-sources: lib/Data/Packed/Internal/aux.c,