From 2927dd725ee11acb04133ddefed5038847f6737f Mon Sep 17 00:00:00 2001 From: David Waern Date: Thu, 24 Nov 2011 15:00:24 +0100 Subject: Fix a bug in test runner and get rid of regex-compat dependency. --- haddock.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'haddock.cabal') 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 -- cgit v1.2.3