Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |