diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-11 16:03:44 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-11 16:03:44 +0200 |
commit | 9760ee9efe22f0256d626bc567a7adfc754e9066 (patch) | |
tree | d46084df1738e4b72de461cac2b512f4da3e788e /haddock.cabal | |
parent | 609018dd09c4ffe27f9248b2d8b50f6196cd42b9 (diff) | |
parent | 1f05bf72992f603c1fa19aff525d77bf26956c52 (diff) |
Merge remote-tracking branch 'origin/master' into ghc-head
Diffstat (limited to 'haddock.cabal')
-rw-r--r-- | haddock.cabal | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/haddock.cabal b/haddock.cabal index 2c29aee3..4e335d06 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.17.0 +version: 2.17.1 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries @@ -19,18 +19,14 @@ extra-source-files: CHANGES README doc/Makefile - doc/README - doc/aclocal.m4 - doc/config.mk.in - doc/configure.ac - doc/docbook-xml.mk - doc/fptools.css - doc/haddock.xml + doc/README.md + doc/*.rst + doc/conf.py haddock-api/src/haddock.sh html-test/src/*.hs html-test/ref/*.html hypsrc-test/src/*.hs - hypsrc-test/ref/*.html + hypsrc-test/ref/src/*.html latex-test/src/Simple/*.hs latex-test/ref/Simple/*.tex latex-test/ref/Simple/*.sty |