Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prettify the cabal file | David Waern | 2007-09-29 | 1 | -38/+39 |
| | |||||
* | Add containers and array dependency | David Waern | 2007-09-29 | 1 | -6/+8 |
| | |||||
* | Add build-type: Simple to the cabal file | David Waern | 2007-09-29 | 1 | -0/+1 |
| | |||||
* | Rename HaddockModule to Interface and a few more refactorings | David Waern | 2007-08-29 | 1 | -2/+3 |
| | |||||
* | Major refactoring | David Waern | 2007-08-29 | 1 | -21/+22 |
| | |||||
* | Factor out typechecking phase into Haddock.Typecheck | David Waern | 2007-08-17 | 1 | -0/+1 |
| | |||||
* | Move options out of Main into Haddock.Options | David Waern | 2007-08-17 | 1 | -0/+1 |
| | |||||
* | Better indentation in haddock.cabal | David Waern | 2007-08-01 | 1 | -3/+3 |
| | |||||
* | Fix conflicts | David Waern | 2007-07-11 | 1 | -1/+10 |
| | |||||
* | update to compile with the latest GHC & Cabal | Simon Marlow | 2007-05-30 | 1 | -2/+1 |
| | |||||
* | Add new package dependencies | David Waern | 2007-07-10 | 1 | -1/+2 |
| | |||||
* | Use filepath package instead of FilePath | 2007-04-24 | 1 | -1/+1 | |
| | |||||
* | Change package name to haddock | 2007-04-10 | 1 | -0/+87 | |
| | |||||
* | Change package name to haddock-ghc, version 0.1 | davve | 2007-01-10 | 1 | -77/+0 |
| | |||||
* | Add tabs in haddock.cabal | davve | 2007-01-05 | 1 | -1/+1 |
| | |||||
* | Collect docs based on SrcLoc, syncing with removal of DeclEntity from GHC | davve | 2007-01-05 | 1 | -0/+2 |
| | |||||
* | Automatically get the GHC lib dir | davve | 2006-12-29 | 1 | -2/+2 |
| | |||||
* | Remove Interface and Binary2 modules | davve | 2006-09-15 | 1 | -1/+0 |
| | |||||
* | Change the executable name to haddock-ghc-nolib | davve | 2006-09-15 | 1 | -1/+1 |
| | |||||
* | Remove interface reading/writing code and use the GHC api for creating ↵ | davve | 2006-09-15 | 1 | -1/+1 |
| | | | | package environments instead | ||||
* | Change version number to 2.0 | davve | 2006-09-05 | 1 | -1/+1 |
| | |||||
* | Move interface read/write to its own module + some cleanup | davve | 2006-08-20 | 1 | -0/+1 |
| | |||||
* | Adapt to latest GHC | davve | 2006-08-19 | 1 | -1/+1 |
| | |||||
* | Misc fixes and interface load/save | davve | 2006-08-13 | 1 | -2/+2 |
| | |||||
* | Render H98 Data declarations | davve | 2006-08-12 | 1 | -1/+1 |
| | |||||
* | Cleanup | davve | 2006-08-11 | 1 | -8/+1 |
| | |||||
* | More progress -- still on phase1 | davve | 2006-07-20 | 1 | -4/+0 |
| | |||||
* | Initial modifications -- doesn't compile | davve | 2006-07-10 | 1 | -7/+7 |
| | |||||
* | Avoid pattern guards | sven.panne | 2006-04-20 | 1 | -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 build | Sven Panne | 2006-03-19 | 1 | -2/+38 |
| | |||||
* | add PatternGuards extension | Simon Marlow | 2006-03-10 | 1 | -1/+1 |
| | |||||
* | add scabal-version field | Simon Marlow | 2006-01-31 | 1 | -0/+1 |
| | |||||
* | First cut of Cabal build system | simonmar | 2005-10-14 | 1 | -0/+49 |