aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock
Commit message (Expand)AuthorAgeFilesLines
* In Hoogle do not list things that are not local to this moduleNeil Mitchell2008-06-181-1/+6
* Change Hoogle to take the package name and package version separatelyNeil Mitchell2008-06-161-8/+12
* Add modulePkgInfo to Haddock.GHC.Utils, which gives back package name and ver...Neil Mitchell2008-06-161-0/+9
* Default to "main" if there is no package, otherwise will clobber hoogle's hoo...Neil Mitchell2008-06-161-1/+1
* Remove <document comment> from the Hoogle outputNeil Mitchell2008-06-141-1/+5
* Add initial structure for outputting documentation as well, but does not yet ...Neil Mitchell2008-06-141-5/+21
* Simplify the newtype/data outputting in Hoogle, as haddock does it automaticallyNeil Mitchell2008-06-141-6/+2
* Rewrite the --hoogle flag supportNeil Mitchell2008-06-071-137/+62
* Add hide options to some source filesDavid Waern2008-05-013-0/+9
* Add LANGUAGE pragmas to source filesDavid Waern2008-05-013-0/+10
* Remove claim of backwards compatibility from docs for readInterfaceFileDavid Waern2008-05-011-2/+0
* Fix missing parenthesis in constructor args bugDavid Waern2008-04-121-4/+4
* Fix printing of data bindersDavid Waern2008-04-122-3/+9
* Add a flag for turning off all warningsDavid Waern2008-04-113-8/+11
* Fix some trivial warnings in H.InterfaceFileDavid Waern2008-02-101-4/+7
* H.GHC.Utils: add some functions that were removed by mistakeDavid Waern2008-02-101-0/+8
* H.GHC.Utils: remove unused imports/exportsDavid Waern2008-02-091-40/+4
* Change the representation of DocNamesDavid Waern2008-02-0911-115/+140
* Add documentation for readInterfaceFileDavid Waern2008-01-071-1/+5
* Remove --no-implicit-prelide flagDavid Waern2008-01-071-3/+0
* Remove the -use-package flag, we don't support it anywayDavid Waern2008-01-071-3/+0
* Manual merge of a patch to the 0.8 branchDavid Waern2008-01-063-22/+31
* Source links must point to the original module, not the referring moduleSimon Marlow2007-12-061-3/+11
* Add DrIFT commandsDavid Waern2008-01-051-1/+2
* Fix a bug (use ppTyName instead of ppName to print names in type apps)David Waern2007-12-081-1/+1
* Fix rendering of class operatorsDavid Waern2007-12-081-42/+26
* Fix rendering of instance heads to handle infix operatorsDavid Waern2007-12-081-13/+22
* Use ppParendType when printing types args in predicatesDavid Waern2007-12-081-4/+5
* Add ppLParendTypes/ppLParendTypeDavid Waern2007-12-081-4/+9
* Handle infix operators correctly in the Type -> HsType translationDavid Waern2007-12-081-3/+8
* Code layout changesDavid Waern2007-12-081-2/+2
* Handle class operators correctly when rendering predicatesDavid Waern2007-12-081-1/+15
* addition of type equality support (at least for HTML generation)Wolfgang Jeltsch2007-12-032-0/+5
* Make the search box in a form so that enter does the default searchNeil Mitchell2007-01-121-4/+6
* Fix conflictsDavid Waern2007-11-111-22/+16
* Rewrite much of the index searching code, previously was too slow to execute ...Neil Mitchell2007-01-121-3/+13
* Change from tabs to spaces in the ppHtmlIndex functionNeil Mitchell2007-01-111-19/+25
* Don't require -B <ghc-libdir> when no argument filesDavid Waern2007-11-111-8/+18
* Fix a bug that made haddock loopDavid Waern2007-11-111-1/+1
* Manual merge of an old patch:David Waern2007-11-111-1/+4
* Manual merge of old patch:David Waern2007-11-112-8/+17
* added substitution %{FILE///c}Conal Elliott2007-02-141-0/+3
* Fix conflictsDavid Waern2007-11-111-30/+21
* Do not create empty tables for data declarations which don't have any constru...Neil Mitchell2007-02-061-9/+23
* Make the index be in case-insensitive alphabetic orderNeil Mitchell2007-01-111-1/+1
* Fix conflictsDavid Waern2007-11-111-4/+2
* Delete more stuff that is no longer requiredNeil Mitchell2007-01-111-2/+2
* Delete dead code, now there is only one index pageNeil Mitchell2007-01-111-26/+0
* Add searching on the index pageNeil Mitchell2007-01-111-3/+11
* Never do spliting index files into manyNeil Mitchell2007-01-111-12/+1