diff options
Diffstat (limited to 'packages/hmatrix/hmatrix.cabal')
-rw-r--r-- | packages/hmatrix/hmatrix.cabal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/hmatrix/hmatrix.cabal b/packages/hmatrix/hmatrix.cabal index 369c412..9719c96 100644 --- a/packages/hmatrix/hmatrix.cabal +++ b/packages/hmatrix/hmatrix.cabal | |||
@@ -18,7 +18,7 @@ cabal-version: >=1.8 | |||
18 | 18 | ||
19 | build-type: Simple | 19 | build-type: Simple |
20 | 20 | ||
21 | extra-source-files: Config.hs THANKS.md INSTALL.md CHANGELOG | 21 | extra-source-files: THANKS.md INSTALL.md CHANGELOG |
22 | 22 | ||
23 | extra-source-files: examples/deriv.hs | 23 | extra-source-files: examples/deriv.hs |
24 | examples/integrate.hs | 24 | examples/integrate.hs |
@@ -90,9 +90,7 @@ library | |||
90 | Numeric.GSL.Fitting, | 90 | Numeric.GSL.Fitting, |
91 | Numeric.GSL.ODE, | 91 | Numeric.GSL.ODE, |
92 | Numeric.GSL, | 92 | Numeric.GSL, |
93 | Numeric.Container, | ||
94 | Numeric.LinearAlgebra, | 93 | Numeric.LinearAlgebra, |
95 | Numeric.LinearAlgebra.Algorithms, | ||
96 | Numeric.LinearAlgebra.Util, | 94 | Numeric.LinearAlgebra.Util, |
97 | Graphics.Plot, | 95 | Graphics.Plot, |
98 | Numeric.HMatrix, | 96 | Numeric.HMatrix, |