diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-04-27 10:52:59 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-04-27 10:52:59 +0200 |
commit | 5e845013180e8f86dd8153030d5f5ea13826497d (patch) | |
tree | 52df8c1e8dda157896d4884bbd0dbfb439132d21 /packages/gsl/hmatrix-gsl.cabal | |
parent | e282d2b4c5f389941225d02df94e7baf38c4f38e (diff) | |
parent | a25d6f45d7131bd86508f82870d2e24606a811e8 (diff) |
Merge pull request #122 from peddie/master
Add a new module containing the GSL interpolation interface
Diffstat (limited to 'packages/gsl/hmatrix-gsl.cabal')
-rw-r--r-- | packages/gsl/hmatrix-gsl.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index 95fa3ed..2f6f51b 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal | |||
@@ -43,6 +43,7 @@ library | |||
43 | Numeric.GSL.ODE, | 43 | Numeric.GSL.ODE, |
44 | Numeric.GSL, | 44 | Numeric.GSL, |
45 | Numeric.GSL.LinearAlgebra, | 45 | Numeric.GSL.LinearAlgebra, |
46 | Numeric.GSL.Interpolation, | ||
46 | Graphics.Plot | 47 | Graphics.Plot |
47 | other-modules: Numeric.GSL.Internal, | 48 | other-modules: Numeric.GSL.Internal, |
48 | Numeric.GSL.Vector, | 49 | Numeric.GSL.Vector, |