aboutsummaryrefslogtreecommitdiff
path: root/haddock.cabal
Commit message (Collapse)AuthorAgeFilesLines
...
* 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