diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-15 20:29:43 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-15 20:49:39 +0200 |
commit | a4fb9cb0a44101d858d69281a3ee0aa0dbf7ddda (patch) | |
tree | e79e7cd28236ed74be5f93601bbbd290a35707e2 | |
parent | 18fd9f5a0a1debe23bef4ba813143b886d586740 (diff) |
Rename html-test/runtests.lhs to html-test/run.lhs
-rw-r--r-- | haddock.cabal | 4 | ||||
-rwxr-xr-x | html-test/run.lhs (renamed from html-test/runtests.lhs) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/haddock.cabal b/haddock.cabal index 78a6ed73..99bf5e4a 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -31,7 +31,7 @@ extra-source-files: src/haddock.sh -- The test files shouldn't have to go here, but the source files for -- the test-suite stanzas don't get picked up by `cabal sdist`. - tests/html-test/runtests.lhs + tests/html-test/run.lhs data-dir: resources data-files: html/frames.html @@ -186,7 +186,7 @@ library test-suite html-test type: exitcode-stdio-1.0 default-language: Haskell2010 - main-is: runtests.lhs + main-is: run.lhs hs-source-dirs: html-test build-depends: base, directory, process, filepath, Cabal diff --git a/html-test/runtests.lhs b/html-test/run.lhs index c8671a76..c8671a76 100755 --- a/html-test/runtests.lhs +++ b/html-test/run.lhs |