aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove the TODO in the Hoogle HTML generation, was already doneNeil Mitchell2008-07-101-1/+0
* Remove any white space around a <li> elementNeil Mitchell2008-06-261-1/+3
* Fix a bug in the Hoogle backend, unordered lists were being written out <ul>....Neil Mitchell2008-06-261-1/+1
* Flesh out the Hoogle code to render documentationNeil Mitchell2008-06-261-4/+100
* Add support for Hoogle writing ForeignImport/ForeignExport properlyNeil Mitchell2008-06-261-0/+2
* Remove the indent utility function from Hoogle backendNeil Mitchell2008-06-261-1/+0
* Change how the Hoogle backend outputs classes, adding the context inNeil Mitchell2008-06-261-1/+12
* Follow changes to ExportDecl in HoogleDavid Waern2008-07-201-2/+6
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-206-83/+189
* Small touchesDavid Waern2008-07-131-5/+4
* Remove unused import from H.I.CreateDavid Waern2008-07-131-2/+0
* Remove FastString import and FSLIT macro in H.I.Create -- they were unusedDavid Waern2008-07-131-2/+0
* Refactoring in H.Interface.CreateDavid Waern2008-07-133-196/+128
* Get the all locally defined names from GHC APIDavid Waern2008-07-123-8/+3
* Stop using the map from exported names to declarationsDavid Waern2008-07-122-12/+11
* 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