diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-09-08 09:46:33 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-09-08 09:46:33 +0000 |
commit | 34380f2b5d7b048a4d68197f16a8db0e53742030 (patch) | |
tree | 444aff88cda5c247d49bac0d294d8cfb9ef7bf23 /HSSL.cabal | |
parent | 0c38c1b0e122a56ea98c494e60ba90afe2688664 (diff) |
type classes
Diffstat (limited to 'HSSL.cabal')
-rw-r--r-- | HSSL.cabal | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -1,4 +1,4 @@ | |||
1 | Name: HSSL | 1 | Name: HSSL2 |
2 | Version: 0.1 | 2 | Version: 0.1 |
3 | License: GPL | 3 | License: GPL |
4 | --License-file: LICENSE | 4 | --License-file: LICENSE |
@@ -18,15 +18,19 @@ Extensions: ForeignFunctionInterface | |||
18 | --ghc-options: -Wall | 18 | --ghc-options: -Wall |
19 | ghc-options: -O | 19 | ghc-options: -O |
20 | hs-source-dirs: lib | 20 | hs-source-dirs: lib |
21 | Exposed-modules: Data.Packed.Internal, | 21 | Exposed-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, |