aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update runtests.hs to use base-4.2.0.1David Waern2010-05-111-1/+1
|
* Update runtests.hs following testsuite re-organisationDavid Waern2010-05-111-4/+5
|
* Shorten function nameDavid Waern2010-05-111-3/+3
|
* Re-organise the testsuite structureDavid Waern2010-05-1165-2/+2
|
* Improve testsuite READMEDavid Waern2010-05-101-12/+19
|
* Add unit tests for parsersimon.hengel2010-04-182-0/+70
|
* Update CHANGES with info about 2.6.1David Waern2010-05-101-0/+6
|
* Rename Interactive Examples into Examples (and simplify explanation)David Waern2010-04-131-5/+4
|
* Slight fix to the documentation of examplesDavid Waern2010-04-131-9/+11
|
* Add documentation for interactive examplessimon.hengel2010-04-121-6/+32
|
* Rename startGhc into withGhcDavid Waern2010-04-101-4/+4
|
* Fix #112David Waern2010-04-109-53/+184
| | | | | | | | No link was generated for 'Addr#' in a doc comment. The reason was simply that the identifier didn't parse. We were using parseIdentifier from the GHC API, with a parser state built from 'defaultDynFlags'. If we pass the dynflags of the module instead, the right options are turned on on while parsing the identifer (in this case -XMagicHash), and the parse succeeds.
* Improve function nameDavid Waern2010-04-081-2/+2
|
* Let parsing fails on paragraphs that are immediately followed by ansimon.hengel2010-04-081-0/+1
| | | | | | example This is more consistent with the way we treat code blocks.
* Add ghc-prim to test suite depsDavid Waern2010-04-084-14/+34
|
* Make it easier to add new package deps to test suiteDavid Waern2010-04-081-4/+9
| | | | This is a hack - we should use Cabal to get the package details instead.
* Fix #118David Waern2010-04-083-3/+123
| | | | | Avoid being too greedy when lexing URL markup (<..>), in order to allow multiple URLs on the same line. Do the same thing with <<..>> and #..#.
* Fix #75David Waern2010-04-073-1/+182
| | | | Add colons to the $ident character set.
* Make runtests.hs slightly more readableDavid Waern2010-04-071-36/+48
|
* Let runtests.hs die when haddock has not been builtDavid Waern2010-04-071-0/+4
|
* Propagate source positions from Lex.x to Parse.yDavid Waern2010-04-075-44/+51
|
* Add tests for interactive examplessimon.hengel2010-04-022-0/+242
|
* Add markup support for interactive examplessimon.hengel2010-04-0210-6/+109
|
* Add missing dependencies to cabal filesimon.hengel2010-04-021-0/+15
|
* Fix build with GHC 6.12david.waern2010-03-291-0/+4
|
* Follow LazyUniqFM->UniqFM in GHCIan Lynagh2010-03-201-1/+1
|
* apply changes to Html.hs to Xhtml/*.hsMark Lentczner2010-03-201-5/+15
| | | | | | incorporate changes that were made between the time Html.hs was copied and split into Xhtml.hs and Xhtml/*.hs includes patchs after "Wibble" (!) through "Fix build with GHC 6.12.1"
* First, experimental XHTML renderingMark Lentczner2010-03-2013-4/+2463
| | | | | | | | | | | | | | | | | | 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 in test reference filesdavid.waern2010-03-1825-25/+25
|
* Fix build with GHC 6.12.1david.waern2010-03-184-10/+35
|
* Track change in HsUtils; and use a nicer function not an internal onesimonpj2010-03-041-2/+2
|
* Resolve conflictsIan Lynagh2010-02-201-4/+2
|
* Track HsSyn chnagessimonpj2010-02-100-0/+0
|
* Track changes in HsTyVarBndrsimonpj2010-02-103-6/+5
|
* Update Haddock for quasiquotessimonpj2010-02-101-1/+2
|
* Fix imports for new location of splitKindFunTyssimonpj2010-01-041-1/+1
|
* Fix warningdavid.waern2010-03-161-1/+1
|
* Bump version numberdavid.waern2010-03-153-3/+3
|
* Update CHANGESdavid.waern2010-03-151-0/+6
|
* Add Paths_haddock to other-modules of librarydavid.waern2010-03-151-0/+1
|
* Update CHANGESdavid.waern2010-03-151-0/+6
|
* Bump version numberdavid.waern2010-03-153-3/+3
|
* Solve conflictsdavid.waern2010-03-151-1/+1
|
* Add missing dependencies for 'library' in haddock.cabalsimon.hengel2010-03-151-2/+40
|
* Update ANNOUNCEdavid.waern2010-03-142-31/+17
|
* Bump version numberdavid.waern2010-03-143-3/+3
|
* Make it possible to run a single testdavid.waern2010-02-251-1/+6
|
* Wibbledavid.waern2010-02-251-1/+1
|
* Add HaddockModInfo to the APIdavid.waern2010-02-251-0/+1
|