From b5a20ec651a481d52bf2e194014c51def1a0d161 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov <mikhail.glushenkov@gmail.com> Date: Mon, 9 Mar 2015 22:13:23 +0100 Subject: [PATCH] Compile the setup script with '-Wall'. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c460b4706..7fe151a30a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: - mkdir -p ./dist/setup - cp Setup.hs ./dist/setup/setup.hs # Should be able to build setup without extra dependencies - - /opt/ghc/$GHCVER/bin/ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Werror -threaded # the command cabal-install would use to build setup + - /opt/ghc/$GHCVER/bin/ghc --make -odir ./dist/setup -hidir ./dist/setup -i -i. ./dist/setup/setup.hs -o ./dist/setup/setup -Wall -Werror -threaded # the command cabal-install would use to build setup # Need extra dependencies for test suite - travis_retry git clone -b pr-base48 https://github.com/hvr/ansi-wl-pprint -- GitLab