diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-01-06 14:35:00 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-01-06 14:35:00 +0100 |
commit | a13d21c688cae176be4505a5a6e9d64739845ea3 (patch) | |
tree | b46e2ca15cf3ca46bd2ce0ab2329e9969608667c /haddock.cabal | |
parent | 6ddd758be0e7b50bd19d33400b3c3013d60786cb (diff) | |
parent | 13e1eaf3ca897ffcf1b37d96e2867bc80d4ca64a (diff) |
Merge branch 'master' into ghc-head
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 |