diff options
author | David Waern <david.waern@gmail.com> | 2011-11-24 15:00:24 +0100 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2011-11-24 15:00:24 +0100 |
commit | 2927dd725ee11acb04133ddefed5038847f6737f (patch) | |
tree | 785076b77387b95aa8a3651923c58429eb0689d7 /haddock.cabal | |
parent | 27c3e36448ab7092e0f52be1ce245c7f58a6ebca (diff) |
Fix a bug in test runner and get rid of regex-compat dependency.
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index 221d7245..1180cad0 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -210,7 +210,7 @@ test-suite html-tests default-language: Haskell2010 main-is: runtests.hs hs-source-dirs: tests/html-tests - build-depends: base, directory, process, filepath, Cabal, regex-compat + build-depends: base, directory, process, filepath, Cabal source-repository head type: git |