[commit: packages/time] master, wip/travis: Makefile: slight fix (077665f)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:48:48 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/077665f054fb140b8e0ef8afbdf03eec1b627a30
>---------------------------------------------------------------
commit 077665f054fb140b8e0ef8afbdf03eec1b627a30
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Mon Aug 18 00:54:48 2014 -0700
Makefile: slight fix
>---------------------------------------------------------------
077665f054fb140b8e0ef8afbdf03eec1b627a30
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index afe2b5b..7b37eb9 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build: configure
cabal build --ghc-options=-Werror
test: configure
- cabal test --test-option=--hide-successes --test-option=--color
+ cabal test --ghc-options=-Werror --test-option=--hide-successes --test-option=--color
haddock: configure
cabal haddock
More information about the ghc-commits
mailing list