diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-21 18:10:59 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-21 18:10:59 +0000 |
commit | edfaf9e0d1dcfccc9015476510a23e8cf64288be (patch) | |
tree | 2b11f0a933a7cce2362aed26ac160312e6b9431a /HSSL.cabal | |
parent | 6cafd2f26a89008cc0db02e70e39f92a50ec4b4d (diff) |
algorithms refactoring
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ tested-with: GHC ==6.6.1 | |||
14 | Build-Depends: base, haskell98 | 14 | Build-Depends: base, haskell98 |
15 | Extensions: ForeignFunctionInterface | 15 | Extensions: ForeignFunctionInterface |
16 | --ghc-options: -Wall | 16 | --ghc-options: -Wall |
17 | ghc-options: -O0 | 17 | ghc-options: -O |
18 | hs-source-dirs: lib | 18 | hs-source-dirs: lib |
19 | Exposed-modules: Data.Packed.Internal, | 19 | Exposed-modules: Data.Packed.Internal, |
20 | Data.Packed.Internal.Common, | 20 | Data.Packed.Internal.Common, |
@@ -51,6 +51,7 @@ Exposed-modules: Data.Packed.Internal, | |||
51 | LinearAlgebra.Instances, | 51 | LinearAlgebra.Instances, |
52 | LinearAlgebra.Interface, | 52 | LinearAlgebra.Interface, |
53 | LinearAlgebra.Algorithms | 53 | LinearAlgebra.Algorithms |
54 | -- , LinearAlgebra.Tests | ||
54 | , Graphics.Plot | 55 | , Graphics.Plot |
55 | -- , GSLHaskell | 56 | -- , GSLHaskell |
56 | Other-modules: | 57 | Other-modules: |