diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-12 19:09:47 +0000 |
commit | 0ff13d993b880739295de343bca62f06fac5ca0c (patch) | |
tree | 252a51b4314c19c04a9eda87973eeaae63167a41 /HSSL.cabal | |
parent | cd937c2be2900b8f13506d9ae7c731ad43d74e05 (diff) |
documentation
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -16,14 +16,13 @@ Extensions: ForeignFunctionInterface | |||
16 | -- MultiParamTypeClasses, | 16 | -- MultiParamTypeClasses, |
17 | -- FunctionalDependencies | 17 | -- FunctionalDependencies |
18 | --ghc-options: -Wall | 18 | --ghc-options: -Wall |
19 | ghc-options: -O | 19 | ghc-options: -O0 |
20 | hs-source-dirs: lib | 20 | hs-source-dirs: lib |
21 | Exposed-modules: | 21 | Exposed-modules: Data.Packed.Internal, |
22 | Data.Packed.Internal, | ||
23 | Data.Packed.Internal.Common, | 22 | Data.Packed.Internal.Common, |
24 | Data.Packed.Internal.Vector, | 23 | Data.Packed.Internal.Vector |
24 | Data.Packed.Internal.Matrix, | ||
25 | Data.Packed.Vector, | 25 | Data.Packed.Vector, |
26 | Data.Packed.Internal.Matrix, | ||
27 | Data.Packed.Matrix, | 26 | Data.Packed.Matrix, |
28 | GSL.Vector, | 27 | GSL.Vector, |
29 | LinearAlgebra.Linear, | 28 | LinearAlgebra.Linear, |