summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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