diff options
-rw-r--r-- | hmatrix.cabal | 2 | ||||
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 2 |
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 | ||
28 | build-type: Custom | 28 | build-type: Custom |
29 | 29 | ||
30 | extra-source-files: Config.hs THANKS INSTALL CHANGES | 30 | extra-source-files: Config.hs THANKS.md INSTALL.md CHANGES.md |
31 | 31 | ||
32 | extra-source-files: examples/deriv.hs | 32 | extra-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: | |||
13 | Category: Math | 13 | Category: Math |
14 | tested-with: GHC ==7.4 | 14 | tested-with: GHC ==7.4 |
15 | 15 | ||
16 | cabal-version: >=1.2 | 16 | cabal-version: >=1.6 |
17 | build-type: Simple | 17 | build-type: Simple |
18 | 18 | ||
19 | extra-source-files: examples/simplex1.hs | 19 | extra-source-files: examples/simplex1.hs |