diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 18:14:21 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-10 18:22:12 +0200 |
commit | 48521cfd5ed96dd9e07f76b1c1c86fcc991867a2 (patch) | |
tree | 849f9fcf6b99751901db9aec2db11ad556292584 | |
parent | 955239bb7e5fc6c8714d717756c6d86cefd1e01c (diff) |
doc: Update extra-source-files in Cabal file
-rw-r--r-- | haddock.cabal | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/haddock.cabal b/haddock.cabal index c69750b8..209fa4f1 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -19,13 +19,9 @@ 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 |