aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix conflictsDavid Waern2009-03-271-2/+4
* Add some basic "verbose" mode logging in H.InterfaceDavid Waern2008-12-071-4/+2
* Add verbosity flag and utils, remove "verbose" flagDavid Waern2008-12-071-2/+10
* Fix bad error handling with newer GHCsDavid Waern2009-02-251-1/+7
* Show re-exported names from external packages againDavid Waern2009-01-021-7/+4
* Try and find a better package name than "main" for Hoogle, goes wrong when wo...Neil Mitchell2008-12-181-1/+2
* Store hidden modules in .haddock filesDavid Waern2008-11-151-13/+12
* Do not save hidden modules in the .haddock file (also for ghc >= 6.9)David Waern2008-10-211-2/+4
* Do not save hidden modules in the .haddock fileDavid Waern2008-10-201-6/+5
* no need for handleErrMsg now, we don't throw any ErrMsgsSimon Marlow2008-10-101-4/+2
* Make Haddock build with GHC 6.8.2David Waern2008-10-101-0/+19
* Interleave typechecking with interface creationDavid Waern2008-10-091-10/+6
* Add PatternSignatures LANGUAGE pragma to Main and UtilsDavid Waern2008-09-241-1/+2
* Fix paths used on Windows frmo a GHC tree: There is no whare directoryIan Lynagh2008-09-211-1/+1
* Port Main to new GHC API.Thomas Schilling2008-09-151-20/+24
* 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