summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 11:09:22 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2013-01-05 11:09:22 -0500
commit3e9f618e07c5ec8ac1bed6811af549c92f23dbc4 (patch)
tree12d0ec750a99a470b85853fb30fc30efbc81117e
parent9a7ae71134ec96fcf1485d4564a8ce55c8c9aff8 (diff)
-Werror for travis
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 00f4e08..3b4bcbc 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,10 @@ else
4GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98 4GHCFLAGS=-Wall -O2 -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7ifdef TRAVIS
8GHCFLAGS+=-Werror
9endif
10
7HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension' 11HLINTFLAGS=-u -XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use string literal' -i 'Use list comprehension'
8VERSION=0.5 12VERSION=0.5
9 13