summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hmatrix.cabal2
-rw-r--r--packages/glpk/hmatrix-glpk.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 906e4cf..e16a428 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -27,7 +27,7 @@ cabal-version: >=1.8
27 27
28build-type: Custom 28build-type: Custom
29 29
30extra-source-files: Config.hs THANKS INSTALL CHANGES 30extra-source-files: Config.hs THANKS.md INSTALL.md CHANGES.md
31 31
32extra-source-files: examples/deriv.hs 32extra-source-files: examples/deriv.hs
33 examples/integrate.hs 33 examples/integrate.hs
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index f9655d4..81f9e1d 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -13,7 +13,7 @@ Description:
13Category: Math 13Category: Math
14tested-with: GHC ==7.4 14tested-with: GHC ==7.4
15 15
16cabal-version: >=1.2 16cabal-version: >=1.6
17build-type: Simple 17build-type: Simple
18 18
19extra-source-files: examples/simplex1.hs 19extra-source-files: examples/simplex1.hs