aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
Commit message (Expand)AuthorAgeFilesLines
...
* Wibble importsIan Lynagh2008-09-121-2/+5
* Add a LANGUAGE ForeignFunctionInterface pragmaIan Lynagh2008-09-121-0/+1
* Import GHC.Paths if not IN_GHC_TREE, seems to match the use of GHC.Paths func...Neil Mitchell2008-09-111-3/+2
* Fix installed haddock on WindowsIan Lynagh2008-09-101-5/+8
* Fix haddock inplace on WindowsIan Lynagh2008-09-101-3/+1
* Fix in-tree haddock on WindowsIan Lynagh2008-08-291-4/+39
* Fixes for using haddock in a GHC build treeIan Lynagh2008-08-281-1/+8
* Make Hoogle add documentation to a packageNeil Mitchell2008-08-131-1/+1
* Follow extensible exceptions changesDavid Waern2008-08-131-11/+33
* Use ghc-paths to get the lib dirDavid Waern2008-06-261-3/+8
* Be more consistent with GHC API naming in H.GHC.UtilsDavid Waern2008-06-191-2/+2
* Change Hoogle to take the package name and package version separatelyNeil Mitchell2008-06-161-2/+5
* Change packageName to packageStr, as it better reflects the information store...Neil Mitchell2008-06-161-6/+6
* Rewrite the --hoogle flag supportNeil Mitchell2008-06-071-0/+2
* Update the version message to fit in small terminalsDavid Waern2008-02-101-2/+2
* Change the representation of DocNamesDavid Waern2008-02-091-1/+1
* Don't require -B <ghc-libdir> when no argument filesDavid Waern2007-11-111-27/+41
* Update copyrightDavid Waern2007-11-111-1/+1
* Do some refactoring in the html backendDavid Waern2007-11-111-2/+0
* FIX: contents and index should include external package modules when --gen-co...David Waern2007-11-101-11/+18
* Introduce InstalledInterface structure and add more stuff to the .haddock filesDavid Waern2007-11-101-10/+14
* WibbleDavid Waern2007-11-091-2/+2
* WibbleDavid Waern2007-11-091-4/+4
* Don't exit when there are no file argumentsDavid Waern2007-11-091-1/+0
* Synch loading of names from .haddock files with GHC's name cacheDavid Waern2007-11-081-4/+4
* Add --ghc-version optionDavid Waern2007-10-201-2/+6
* Name changesDavid Waern2007-10-181-3/+2
* Refactoring -- get rid of Haddock.PackagesDavid Waern2007-10-181-14/+27
* Add support for --read-interface againDavid Waern2007-10-181-6/+11
* Add --optghc=.. style flag passing to GHCDavid Waern2007-10-171-7/+3
* Rename HaddockModule to InterfaceDavid Waern2007-08-301-2/+2
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-2/+2
* Major refactoringDavid Waern2007-08-291-865/+57
* Factor out package code to Haddock.PackagesDavid Waern2007-08-171-138/+9
* Factor out typechecking phase into Haddock.TypecheckDavid Waern2007-08-171-187/+101
* Small comment/layout fixesDavid Waern2007-08-171-2/+1
* Move options out of Main into Haddock.OptionsDavid Waern2007-08-171-120/+5
* Correct commentsDavid Waern2007-08-161-4/+4
* Remove explict module imports in MainDavid Waern2007-08-161-26/+23
* Improve code layout in MainDavid Waern2007-08-161-19/+90
* Comment the HaddockPackage definitionDavid Waern2007-08-161-0/+2
* Simplify some commentsDavid Waern2007-08-161-2/+2
* Rename PackageData to HaddockPackageDavid Waern2007-08-161-21/+14
* Finalize support for links to other packagesDavid Waern2007-08-161-46/+85
* Load all targets explicitly (checkModule doesn't chase dependencies anymore)David Waern2007-08-031-17/+14
* Be better at trying to load all module dependencies (debugging)David Waern2007-08-021-20/+49
* WibbleDavid Waern2007-08-021-1/+1
* Call parseStaticFlags before newSessionDavid Waern2007-07-121-9/+11
* Follow changes to the GHC APIDavid Waern2007-07-111-2/+2
* Fix conflictsDavid Waern2007-07-111-5/+4