aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove filtering of instancesDavid Waern2008-07-071-2/+2
* More support for type families and associated typesDavid Waern2008-07-022-50/+73
* Remove redundant check for summary when rendering data typesDavid Waern2008-07-021-4/+3
* Render type family declarations (untested)David Waern2008-07-021-6/+80
* Rename associated typesDavid Waern2008-06-301-5/+7
* Rename type patternsDavid Waern2008-06-301-5/+9
* Rename TyFamilyDavid Waern2008-06-301-3/+8
* Rename ForeignTypeDavid Waern2008-06-301-4/+3
* Improve wording in the help messageDavid Waern2008-06-261-2/+2
* Use ghc-paths to get the lib dirDavid Waern2008-06-262-4/+9
* Be more consistent with GHC API naming in H.GHC.UtilsDavid Waern2008-06-193-9/+9
* 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-162-10/+17
* Add modulePkgInfo to Haddock.GHC.Utils, which gives back package name and ver...Neil Mitchell2008-06-161-0/+9
* Change packageName to packageStr, as it better reflects the information store...Neil Mitchell2008-06-161-6/+6
* 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-072-137/+64
* Add hide options to some source filesDavid Waern2008-05-013-0/+9
* Export DocName in the APIDavid Waern2008-05-011-1/+3
* 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
* Update the version message to fit in small terminalsDavid Waern2008-02-101-2/+2
* 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-0912-116/+141
* Export necessary stuff from Distribution.HaddockDavid Waern2008-01-071-0/+4
* 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