aboutsummaryrefslogtreecommitdiff
path: root/src/Haddock/Backends/Hoogle.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Put brackets round operators in more places in the Hoogle outputNeil Mitchell2008-07-101-3/+13
* 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-201-1/+1
* 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
* 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
* Major refactoringDavid Waern2007-08-291-0/+184