aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
* Add missing dependency to cabal fileSimon Hengel2010-08-071-0/+1
|
* Adapt paths to data files in cabal fileSimon Hengel2010-08-031-16/+12
|
* Fix build in GHC treeIan Lynagh2010-07-301-0/+1
|
* reorganize files in the html lib data dirMark Lentczner2010-07-261-6/+17
|
* remove --html-help support - it was old, out-of-date, and mostly missingMark Lentczner2010-07-221-6/+0
|
* remove old HTML backendMark Lentczner2010-07-221-6/+0
|
* Add -fwarn-tabsDavid Waern2010-07-211-2/+2
|
* rename Haddock.Backends.Xhtml.Util to UtilsMark Lentczner2010-07-191-2/+2
|
* Add missing dependencies to cabal fileSimon Hengel2010-07-101-0/+1
|
* LaTeX backend (new options: --latex, --latex-style=<style>)Simon Marlow2010-06-301-0/+2
|
* Allow base-4.3Simon Marlow2010-06-021-2/+2
|
* Add missing dependencies to cabal filesimon.hengel2010-04-021-0/+15
|
* First, experimental XHTML renderingMark Lentczner2010-03-201-0/+1
| | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString)
* Fix library part of cabal file when in ghc treedavid.waern2010-03-201-2/+7
|
* Bump version numberdavid.waern2010-03-151-1/+1
|
* Add Paths_haddock to other-modules of librarydavid.waern2010-03-151-0/+1
|
* Bump version numberdavid.waern2010-03-151-1/+1
|
* Solve conflictsdavid.waern2010-03-151-1/+1
|
* Add missing dependencies for 'library' in haddock.cabalsimon.hengel2010-03-151-2/+40
|
* Bump version numberdavid.waern2010-03-141-1/+1
|
* Large additions to the Haddock APIdavid.waern2010-02-241-0/+2
| | | | Also improved and added more doc comments.
* Move H.Interface.Parse/Lex to H.Parse/LexDavid Waern2009-11-281-2/+2
| | | | These are not just used to build Interfaces.
* Rename HsDoc back into DocDavid Waern2009-11-281-1/+1
|
* Say that we want quickcheck 2David Waern2009-11-281-1/+1
|
* Add a test flag that brings in QuickCheckDavid Waern2009-11-281-0/+8
|
* Rename Distribution.Haddock into Documentation.HaddockDavid Waern2009-11-281-1/+3
|
* Remove unused H.Utils.FastMutInt2David Waern2009-11-281-1/+0
|
* Remove cruft due to compatibility with older GHCsDavid Waern2009-11-281-21/+0
|
* Require at least GHC 6.12David Waern2009-11-281-1/+1
| | | | | | | | | | While regression testing Haddock, I found a bug that happens with GHC 6.10.3, but not with GHC 6.12-rc2 (haven't tried 6.10.4). I don't have time to track it down. I think we should just always require the latest major GHC version. The time spent on making Haddock work with older versions is too high compared to the time spent on bugfixing, refactoring and features.
* Bump version numberDavid Waern2009-11-231-1/+1
|
* Loosen the GHC dependencyIan Lynagh2009-09-221-1/+1
|
* Allow building with base 4.2Ian Lynagh2009-09-111-1/+1
|
* eliminate haskell98 dependency, following GHC's exampleIsaac Dupree2009-08-231-1/+0
| | | | | It turns out I/we already had, and it was only a matter of deleting it from the cabal file.
* re-implement function-argument docsIsaac Dupree2009-08-231-0/+1
| | | | | | | ..on top of the lexParseRn work. This patch doesn't change the InstalledInterface format, and thus, it does not work cross-package, but that will be easy to add subsequently.
* Move doc parsing/lexing into Haddock for ghc>=6.11Isaac Dupree2009-08-231-0/+6
|
* Cross-Package Documentation version 4Isaac Dupree2009-08-121-0/+1
|
* Require Cabal >= 1.6David Waern2009-08-151-1/+1
|
* Remove -WerrorDavid Waern2009-08-151-1/+1
| | | | Forgot that Hackage doesn't like it.
* Do not version .haddock file based on GHC patchlevel versionDavid Waern2009-08-141-1/+1
| | | | | We require that the instances of Binary that we use from GHC will not change between patchlevel versions.
* Support GHC 6.10.* and 6.11.* onlyDavid Waern2009-08-141-1/+1
|
* Version .haddock files made with GHC 6.10.3/4 correcltyDavid Waern2009-08-141-2/+10
|
* Remove support for ghc 6.8.* from .cabal fileDavid Waern2009-08-121-14/+6
|
* Bump version numberIan Lynagh2009-07-051-1/+1
| | | | | Cabal needs to distinguish between haddocks having a --verbose and --verbosity flag
* Delete Haddock.Exception and move contents to Haddock.TypesDavid Waern2009-06-241-2/+0
| | | | Only a few lines of code that mainly declares a type - why not just put it in Haddock.Types.
* Move H.GHC.Utils to H.GhcUtilsDavid Waern2009-04-051-3/+2
|
* Turn on -Wall -WerrorDavid Waern2009-03-281-1/+1
|
* Layout fixDavid Waern2009-03-281-7/+7
|
* Remove H.DocName and put DocName in H.TypesDavid Waern2009-03-271-2/+0
|
* Remove H.GHC.TypecheckDavid Waern2009-03-271-1/+0
|
* Require Cabal >= 1.2.3David Waern2009-03-211-1/+1
|