diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-03-09 10:34:12 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-03-09 10:34:12 +0000 |
commit | eb5181b401743c34599073e8adb6bf34a897a3bc (patch) | |
tree | b6ad6c9091febfb63269ec1678468a1c3f06e06a | |
parent | b2ed85d1e96afc2d8c9c60346fe3583fcbcb05b2 (diff) |
fix extra-source-files
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index f9387e2..764198c 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -28,7 +28,7 @@ cabal-version: >=1.6 | |||
28 | build-type: Custom | 28 | build-type: Custom |
29 | 29 | ||
30 | extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h | 30 | extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h |
31 | configure configure.hs THANKS INSTALL CHANGES | 31 | Config.hs THANKS INSTALL CHANGES |
32 | extra-tmp-files: hmatrix.buildinfo | 32 | extra-tmp-files: hmatrix.buildinfo |
33 | 33 | ||
34 | extra-source-files: examples/tests.hs | 34 | extra-source-files: examples/tests.hs |