patch applied (cabal): Make auto-generated *_paths.hs module
warning-free.
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Fri Nov 7 14:56:57 EST 2008
Thu Nov 6 06:27:34 PST 2008 Thomas Schilling <nominolo at googlemail.com>
* Make auto-generated *_paths.hs module warning-free.
On newer GHCs using {-# OPTIONS_GHC -fffi #-} gives a warning which
can lead to a compile failure when -Werror is activated. We therefore
emit this option if we know that the LANGUAGE pragma is supported
(ghc >= 6.6.1).
M ./Distribution/Simple/Build/PathsModule.hs -2 +10
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20081106142734-7c5c6-be6999068f5d6a24055955d7a8f4b880932c2b69.gz
More information about the cabal-devel
mailing list