[commit: packages/parallel] master: Add `--ghc-option=-Werror` to Travis job (5b86f00)
git at git.haskell.org
git at git.haskell.org
Sat Jan 2 08:16:37 UTC 2016
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/5b86f00553688195ea3496d9b7052ec1a9a9c2fe
>---------------------------------------------------------------
commit 5b86f00553688195ea3496d9b7052ec1a9a9c2fe
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sun Dec 28 10:09:10 2014 +0100
Add `--ghc-option=-Werror` to Travis job
>---------------------------------------------------------------
5b86f00553688195ea3496d9b7052ec1a9a9c2fe
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index db49af6..5421b79 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ install:
script:
- cabal configure -v2
- - cabal build
+ - cabal build --ghc-option=-Werror
- cabal check || [ "$CABALVER" == "1.16" ]
- cabal sdist
- export SRC_TGZ=$(cabal info . | awk '{print $2 ".tar.gz";exit}') ;
More information about the ghc-commits
mailing list