summaryrefslogtreecommitdiff
path: root/packages/gsl/hmatrix-gsl.cabal
diff options
context:
space:
mode:
authorMatthew Peddie <mpeddie@gmail.com>2015-04-26 12:17:00 +1000
committerMatthew Peddie <mpeddie@gmail.com>2015-04-26 12:17:00 +1000
commita25d6f45d7131bd86508f82870d2e24606a811e8 (patch)
tree52df8c1e8dda157896d4884bbd0dbfb439132d21 /packages/gsl/hmatrix-gsl.cabal
parente282d2b4c5f389941225d02df94e7baf38c4f38e (diff)
Add a new module containing the GSL interpolation interface
Diffstat (limited to 'packages/gsl/hmatrix-gsl.cabal')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal1
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,