diff options
author | Simon Hengel <sol@typeful.net> | 2012-10-02 00:17:10 +0200 |
---|---|---|
committer | Simon Hengel <sol@typeful.net> | 2012-10-04 16:03:05 +0200 |
commit | e4ffa1964a3188a8b461e6f6c4c9febaddb6a35f (patch) | |
tree | 3dca6b921149807bba0416333a408d5f430e2eb8 | |
parent | 72eaac4a758ea28b7585db1b0dc7b22068e78b48 (diff) |
Fix typo
-rw-r--r-- | haddock.cabal | 2 |
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. -- |