summaryrefslogtreecommitdiff
path: root/packages/gsl/hmatrix-gsl.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-18 13:43:46 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-18 13:43:46 +0200
commit54f7eb384bbfc1f478359dacd90f25759c44d0cf (patch)
tree1b5f0bf63e37a4f3f0d089d40a8e804e6e55bacf /packages/gsl/hmatrix-gsl.cabal
parent52009006791ee2b71530a61f4bf9e1c065c04eae (diff)
parent992c8915ea4fb324a8d43203056d1f0224552236 (diff)
Merge pull request #132 from peddie/siman
Add an interface to the GSL simulated annealing module.
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 6f983f2..f288c64 100644
--- a/packages/gsl/hmatrix-gsl.cabal
+++ b/packages/gsl/hmatrix-gsl.cabal
@@ -44,6 +44,7 @@ library
44 Numeric.GSL, 44 Numeric.GSL,
45 Numeric.GSL.LinearAlgebra, 45 Numeric.GSL.LinearAlgebra,
46 Numeric.GSL.Interpolation, 46 Numeric.GSL.Interpolation,
47 Numeric.GSL.SimulatedAnnealing,
47 Graphics.Plot 48 Graphics.Plot
48 other-modules: Numeric.GSL.Internal, 49 other-modules: Numeric.GSL.Internal,
49 Numeric.GSL.Vector, 50 Numeric.GSL.Vector,