aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove unused ifaceLocalsdavid.waern2010-02-242-5/+0
|
* Large additions to the Haddock APIdavid.waern2010-02-245-63/+100
| | | | Also improved and added more doc comments.
* Fix Haddock markup error in commentdavid.waern2010-02-221-1/+1
|
* Do not generate illegal character in HTML ID attribute.Yitzchak Gale2010-02-141-1/+1
|
* Improve FunArg test and update Test.html.refDavid Waern2010-01-243-2/+57
|
* Add reference file for the FunArgs testDavid Waern2010-01-231-0/+141
|
* Put parenthesis around type signature arguments of function typeDavid Waern2010-01-222-4/+8
|
* Create a test for function argument docsDavid Waern2010-01-221-0/+7
|
* fix html arg-doc off-by-one and sillinessIsaac Dupree2010-01-141-1/+6
|
* Use findProgramLocation instead of findProgramOnPath in runtests.hsDavid Waern2010-01-221-1/+1
|
* Follow move of parser and lexerDavid Waern2010-01-221-4/+4
|
* Remove unnecessary (and inexplicable) uses of nubDavid Waern2010-01-221-2/+2
|
* Convert haddock.vim to use unix newlinesDavid Waern2010-01-221-68/+68
|
* Update ANNOUNCEDavid Waern2009-12-221-42/+22
|
* TAG 2.6.0David Waern2009-12-210-0/+0
|
* Update CHANGESDavid Waern2009-12-211-0/+22
|
* TAG GHC 6.12.1 releaseIan Lynagh2009-12-150-0/+0
|
* TAG GHC 6.12-branch createdIan Lynagh2009-09-220-0/+0
|
* Improve doc of DocNameDavid Waern2009-12-211-2/+3
|
* Update version number in test suiteDavid Waern2009-11-2824-122/+73
|
* Move H.Interface.Parse/Lex to H.Parse/LexDavid Waern2009-11-285-18/+16
| | | | These are not just used to build Interfaces.
* Rename HsDoc back into DocDavid Waern2009-11-2815-91/+90
|