summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-03-09 10:34:12 +0000
committerAlberto Ruiz <aruiz@um.es>2011-03-09 10:34:12 +0000
commiteb5181b401743c34599073e8adb6bf34a897a3bc (patch)
treeb6ad6c9091febfb63269ec1678468a1c3f06e06a
parentb2ed85d1e96afc2d8c9c60346fe3583fcbcb05b2 (diff)
fix extra-source-files
-rw-r--r--hmatrix.cabal2
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
28build-type: Custom 28build-type: Custom
29 29
30extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h 30extra-source-files: lib/Numeric/LinearAlgebra/Tests/quickCheckCompat.h
31 configure configure.hs THANKS INSTALL CHANGES 31 Config.hs THANKS INSTALL CHANGES
32extra-tmp-files: hmatrix.buildinfo 32extra-tmp-files: hmatrix.buildinfo
33 33
34extra-source-files: examples/tests.hs 34extra-source-files: examples/tests.hs