make_travis_yml.hs: don't suppress -Werror on ghc 7.10.

This commit is contained in:
John MacFarlane 2015-11-09 11:20:34 -08:00
parent c1e474f005
commit 38197c0357

View file

@ -90,7 +90,7 @@ genTravisFromCabalFile fn xpkgs = do
let cvs = disp' (lookupCabVer gv)
gvs = disp' gv
ghcopts = if gv >= Version [7,10,0] []
then ""
then "-Werror"
else "-Werror"
xpkgs' = concatMap (',':) xpkgs