diff options
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/haddock.cabal b/haddock.cabal index f3c20f43..d2b1df3b 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.16.2 +version: 2.17.0 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -65,6 +65,8 @@ executable haddock transformers other-modules: + ResponseFile, + Documentation.Haddock.Parser Documentation.Haddock.Parser.Monad Documentation.Haddock.Types @@ -123,6 +125,13 @@ executable haddock else build-depends: haddock-api == 2.16.* +test-suite driver-test + type: exitcode-stdio-1.0 + default-language: Haskell2010 + main-is: Main.hs + hs-source-dirs: driver-test, driver + build-depends: base, hspec + test-suite html-test type: exitcode-stdio-1.0 default-language: Haskell2010 |