[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Makefile: slight fix (077665f)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:16:13 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove odd file (185cb99)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: .Format.Parse: be cleverer about skipping spaces (42afd39)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,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
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove odd file (185cb99)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: .Format.Parse: be cleverer about skipping spaces (42afd39)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list