aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haddock.cabal')
-rw-r--r--haddock.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal
index da8f0afc..5931db0e 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -215,7 +215,7 @@ test-suite spec
-- NOTE: As of this writing, Cabal does not properly handle alex/happy for
-- test suites. We work around this by adding dist/build to hs-source-dirs,
- -- so that the the generated lexer/parser from the library is used. I
+ -- so that the the generated lexer/parser from the library is used. In
-- addition we depend on 'haddock', so that the library is compiled before
-- the test suite.
--