Cabal revisions of haddock-0.9
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: haddock-version: 0.9-license: BSD3-license-file: LICENSE-copyright: (c) Simon Marlow-author: Simon Marlow-maintainer: Simon Marlow <simonmar@microsoft.com>-stability: stable-homepage: http://www.haskell.org/haddock/-synopsis: Haddock is a documentation-generation tool for Haskell libraries-category: Development-cabal-version: >= 1.2-data-files:- html/haddock-DEBUG.css- html/haddock.css- html/haddock-util.js- html/haskell_icon.gif- html/minus.gif- html/plus.gif-extra-source-files:- CHANGES- README- TODO- doc/Makefile- doc/README- doc/aclocal.m4- doc/config.mk.in- doc/configure.ac- doc/docbook-xml.mk- doc/fptools.css- doc/haddock.xml- examples/A.hs- examples/B.hs- examples/Bug1.hs- examples/Bug2.hs- examples/Bug3.hs- examples/Bug4.hs- examples/Bug6.hs- examples/Bug7.hs- examples/Bug8.hs- examples/Bug9.hs- examples/Hash.hs- examples/Hidden.hs- examples/Makefile- examples/NoLayout.hs- examples/Test.hs- examples/Visible.hs- examples/hide-bug/A.hs- examples/hide-bug/B.hs- examples/hide-bug/C.hs- examples/hide-bug/D.hs- haddock.spec- haskell.vim- src/haddock.sh--flag small_base- description: Choose the new smaller, split-up base package.--executable haddock- executable: haddock- hs-source-dirs: src- main-is: Main.hs-- if flag(small_base)- build-depends: base >= 2.1, array, containers, directory, pretty, process- else- build-depends: base >= 1.0-- build-depends: haskell98 >= 1.0-- extensions: CPP- other-modules:- Binary- BlockTable- Digraph- FastMutInt- HaddockDB- HaddockDevHelp- HaddockHH- HaddockHH2- HaddockHoogle- HaddockHtml- HaddockLex- HaddockModuleTree- HaddockParse- HaddockRename- HaddockTypes- HaddockUtil- HaddockVersion- HsLexer- HsParseMonad- HsParseUtils- HsParser- HsSyn- Html- Main- Map- Set+name: haddock +version: 0.9 +x-revision: 1 +license: BSD3 +license-file: LICENSE +copyright: (c) Simon Marlow +author: Simon Marlow +maintainer: Simon Marlow <simonmar@microsoft.com> +stability: stable +homepage: http://www.haskell.org/haddock/ +synopsis: Haddock is a documentation-generation tool for Haskell libraries +category: Development +cabal-version: >= 1.2 +data-files: + html/haddock-DEBUG.css + html/haddock.css + html/haddock-util.js + html/haskell_icon.gif + html/minus.gif + html/plus.gif +extra-source-files: + CHANGES + README + TODO + doc/Makefile + doc/README + doc/aclocal.m4 + doc/config.mk.in + doc/configure.ac + doc/docbook-xml.mk + doc/fptools.css + doc/haddock.xml + examples/A.hs + examples/B.hs + examples/Bug1.hs + examples/Bug2.hs + examples/Bug3.hs + examples/Bug4.hs + examples/Bug6.hs + examples/Bug7.hs + examples/Bug8.hs + examples/Bug9.hs + examples/Hash.hs + examples/Hidden.hs + examples/Makefile + examples/NoLayout.hs + examples/Test.hs + examples/Visible.hs + examples/hide-bug/A.hs + examples/hide-bug/B.hs + examples/hide-bug/C.hs + examples/hide-bug/D.hs + haddock.spec + haskell.vim + src/haddock.sh + +flag small_base + description: Choose the new smaller, split-up base package. + +executable haddock + hs-source-dirs: src + main-is: Main.hs + + if flag(small_base) + build-depends: base >= 2.1 && < 4, array, containers, directory, pretty, process + else + build-depends: base >= 1.0 && < 4 + + build-depends: haskell98 >= 1.0 + + extensions: CPP + other-modules: + Binary + BlockTable + Digraph + FastMutInt + HaddockDB + HaddockDevHelp + HaddockHH + HaddockHH2 + HaddockHoogle + HaddockHtml + HaddockLex + HaddockModuleTree + HaddockParse + HaddockRename + HaddockTypes + HaddockUtil + HaddockVersion + HsLexer + HsParseMonad + HsParseUtils + HsParser + HsSyn + Html + Main + Map + Set