aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
...
* Add containers and array dependencyDavid Waern2007-09-291-6/+8
|
* Add build-type: Simple to the cabal fileDavid Waern2007-09-291-0/+1
|
* Rename HaddockModule to Interface and a few more refactoringsDavid Waern2007-08-291-2/+3
|
* Major refactoringDavid Waern2007-08-291-21/+22
|
* Factor out typechecking phase into Haddock.TypecheckDavid Waern2007-08-171-0/+1
|
* Move options out of Main into Haddock.OptionsDavid Waern2007-08-171-0/+1
|
* Better indentation in haddock.cabalDavid Waern2007-08-011-3/+3
|
* Fix conflictsDavid Waern2007-07-111-1/+10
|
* update to compile with the latest GHC & CabalSimon Marlow2007-05-301-2/+1
|
* Add new package dependenciesDavid Waern2007-07-101-1/+2
|
* Use filepath package instead of FilePath2007-04-241-1/+1
|
* Change package name to haddock2007-04-101-0/+87
|
* Change package name to haddock-ghc, version 0.1davve2007-01-101-77/+0
|
* Add tabs in haddock.cabaldavve2007-01-051-1/+1
|
* Collect docs based on SrcLoc, syncing with removal of DeclEntity from GHCdavve2007-01-051-0/+2
|
* Automatically get the GHC lib dirdavve2006-12-291-2/+2
|
* Remove Interface and Binary2 modules davve2006-09-151-1/+0
|
* Change the executable name to haddock-ghc-nolibdavve2006-09-151-1/+1
|
* Remove interface reading/writing code and use the GHC api for creating ↵davve2006-09-151-1/+1
| | | | package environments instead
* Change version number to 2.0davve2006-09-051-1/+1
|
* Move interface read/write to its own module + some cleanupdavve2006-08-201-0/+1
|
* Adapt to latest GHC davve2006-08-191-1/+1
|
* Misc fixes and interface load/savedavve2006-08-131-2/+2
|
* Render H98 Data declarationsdavve2006-08-121-1/+1
|
* Cleanupdavve2006-08-111-8/+1
|
* More progress -- still on phase1davve2006-07-201-4/+0
|
* Initial modifications -- doesn't compiledavve2006-07-101-7/+7
|
* Avoid pattern guardssven.panne2006-04-201-1/+1
| | | | | | | | Due to the use of pattern guards in Haddock, GHC was called with -fglasgow-exts. This in turn enables bang patterns, too, which broke the Haddock build. Removing some unnecessary pattern guards seemed to be the better way of fixing this instead of using a pragma to disable pattern guards.
* Fixed Cabal/RPM buildSven Panne2006-03-191-2/+38
|
* add PatternGuards extensionSimon Marlow2006-03-101-1/+1
|
* add scabal-version fieldSimon Marlow2006-01-311-0/+1
|
* First cut of Cabal build systemsimonmar2005-10-141-0/+49