summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d48043b..1311fcd 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ GHCFLAGS+=-Werror
9endif 9endif
10 10
11HLINTFLAGS=-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'
12VERSION=0.6 12VERSION=0.6.1
13 13
14.PHONY: all clean doc install debian test 14.PHONY: all clean doc install debian test
15 15