Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add missing dependency to cabal file | Simon Hengel | 2010-08-07 | 1 | -0/+1 | |
| | ||||||
* | Adapt paths to data files in cabal file | Simon Hengel | 2010-08-03 | 1 | -16/+12 | |
| | ||||||
* | Fix build in GHC tree | Ian Lynagh | 2010-07-30 | 1 | -0/+1 | |
| | ||||||
* | reorganize files in the html lib data dir | Mark Lentczner | 2010-07-26 | 1 | -6/+17 | |
| | ||||||
* | remove --html-help support - it was old, out-of-date, and mostly missing | Mark Lentczner | 2010-07-22 | 1 | -6/+0 | |
| | ||||||
* | remove old HTML backend | Mark Lentczner | 2010-07-22 | 1 | -6/+0 | |
| | ||||||
* | Add -fwarn-tabs | David Waern | 2010-07-21 | 1 | -2/+2 | |
| | ||||||
* | rename Haddock.Backends.Xhtml.Util to Utils | Mark Lentczner | 2010-07-19 | 1 | -2/+2 | |
| | ||||||
* | Add missing dependencies to cabal file | Simon Hengel | 2010-07-10 | 1 | -0/+1 | |
| | ||||||
* | LaTeX backend (new options: --latex, --latex-style=<style>) | Simon Marlow | 2010-06-30 | 1 | -0/+2 | |
| | ||||||
* | Allow base-4.3 | Simon Marlow | 2010-06-02 | 1 | -2/+2 | |
| | ||||||
* | Add missing dependencies to cabal file | simon.hengel | 2010-04-02 | 1 | -0/+15 | |
| | ||||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -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 tree | david.waern | 2010-03-20 | 1 | -2/+7 | |
| | ||||||
* | Bump version number | david.waern | 2010-03-15 | 1 | -1/+1 | |
| | ||||||
* | Add Paths_haddock to other-modules of library | david.waern | 2010-03-15 | 1 | -0/+1 | |
| | ||||||
* | Bump version number | david.waern | 2010-03-15 | 1 | -1/+1 | |
| | ||||||
* | Solve conflicts | david.waern | 2010-03-15 | 1 | -1/+1 | |
| | ||||||
* | Add missing dependencies for 'library' in haddock.cabal | simon.hengel | 2010-03-15 | 1 | -2/+40 | |
| | ||||||
* | Bump version number | david.waern | 2010-03-14 | 1 | -1/+1 | |
| | ||||||
* | Large additions to the Haddock API | david.waern | 2010-02-24 | 1 | -0/+2 | |
| | | | | Also improved and added more doc comments. | |||||
* | Move H.Interface.Parse/Lex to H.Parse/Lex | David Waern | 2009-11-28 | 1 | -2/+2 | |
| | | | | These are not just used to build Interfaces. | |||||
* | Rename HsDoc back into Doc | David Waern | 2009-11-28 | 1 | -1/+1 | |
| | ||||||
* | Say that we want quickcheck 2 | David Waern | 2009-11-28 | 1 | -1/+1 | |
| | ||||||
* | Add a test flag that brings in QuickCheck | David Waern | 2009-11-28 | 1 | -0/+8 | |
| | ||||||
* | Rename Distribution.Haddock into Documentation.Haddock | David Waern | 2009-11-28 | 1 | -1/+3 | |
| | ||||||
* | Remove unused H.Utils.FastMutInt2 | David Waern | 2009-11-28 | 1 | -1/+0 | |
| | ||||||
* | Remove cruft due to compatibility with older GHCs | David Waern | 2009-11-28 | 1 | -21/+0 | |
| | ||||||
* | Require at least GHC 6.12 | David Waern | 2009-11-28 | 1 | -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 number | David Waern | 2009-11-23 | 1 | -1/+1 | |
| | ||||||
* | Loosen the GHC dependency | Ian Lynagh | 2009-09-22 | 1 | -1/+1 | |
| | ||||||
* | Allow building with base 4.2 | Ian Lynagh | 2009-09-11 | 1 | -1/+1 | |
| | ||||||
* | eliminate haskell98 dependency, following GHC's example | Isaac Dupree | 2009-08-23 | 1 | -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 docs | Isaac Dupree | 2009-08-23 | 1 | -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.11 | Isaac Dupree | 2009-08-23 | 1 | -0/+6 | |
| | ||||||
* | Cross-Package Documentation version 4 | Isaac Dupree | 2009-08-12 | 1 | -0/+1 | |
| | ||||||
* | Require Cabal >= 1.6 | David Waern | 2009-08-15 | 1 | -1/+1 | |
| | ||||||
* | Remove -Werror | David Waern | 2009-08-15 | 1 | -1/+1 | |
| | | | | Forgot that Hackage doesn't like it. | |||||
* | Do not version .haddock file based on GHC patchlevel version | David Waern | 2009-08-14 | 1 | -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.* only | David Waern | 2009-08-14 | 1 | -1/+1 | |
| | ||||||
* | Version .haddock files made with GHC 6.10.3/4 correclty | David Waern | 2009-08-14 | 1 | -2/+10 | |
| | ||||||
* | Remove support for ghc 6.8.* from .cabal file | David Waern | 2009-08-12 | 1 | -14/+6 | |
| | ||||||
* | Bump version number | Ian Lynagh | 2009-07-05 | 1 | -1/+1 | |
| | | | | | Cabal needs to distinguish between haddocks having a --verbose and --verbosity flag | |||||
* | Delete Haddock.Exception and move contents to Haddock.Types | David Waern | 2009-06-24 | 1 | -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.GhcUtils | David Waern | 2009-04-05 | 1 | -3/+2 | |
| | ||||||
* | Turn on -Wall -Werror | David Waern | 2009-03-28 | 1 | -1/+1 | |
| | ||||||
* | Layout fix | David Waern | 2009-03-28 | 1 | -7/+7 | |
| | ||||||
* | Remove H.DocName and put DocName in H.Types | David Waern | 2009-03-27 | 1 | -2/+0 | |
| | ||||||
* | Remove H.GHC.Typecheck | David Waern | 2009-03-27 | 1 | -1/+0 | |
| | ||||||
* | Require Cabal >= 1.2.3 | David Waern | 2009-03-21 | 1 | -1/+1 | |
| |