root / Setup.hs

Setup.hs

View | Annotate | Download (71 Bytes)

# Date Author Comment
b7ffe166 12/11/2007 10:52 PM Duncan Coutts

Make it build with ghc-6.6 and 6.8 using configurations

requires one slightly less than pleasent hack because Patternsignatures
is not recognised by ghc-6.6 or the cabal that comes with 6.8.1, only
by the latest cabal that comes with 6.8.2.
Drop GHC-Options: -O2 as Cabal adds optimizations by default but also
lets the user configure with --disable-optimization, so there is no longer
any need to force optimisations on all the time and it prevents users
configuring without optimisations for quick builds.

fcad513e 12/01/2006 03:36 AM John Goerzen

Updated README files

21140c21 12/01/2006 03:32 AM John Goerzen

Remove unnecessary imports

3d37eefe 12/01/2006 03:32 AM John Goerzen

Simplify Setup.hs

82b6f176 12/01/2006 02:55 AM John Goerzen

Now properly build modules

b4a8175f 12/01/2006 12:15 AM John Goerzen

Working configurator for Unix

82ddd6a0 12/01/2006 12:01 AM John Goerzen

Attempting to automate Windows/Unix detection