summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2012-08-06 11:31:06 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2012-08-06 11:31:06 -0500
commitfe02ee122ce86a4f42d447c4070aed7ddf6a64e0 (patch)
tree8e8a5a339b941bbf42a714c070d0c2e19450246c /Makefile
parent99a2d2eb45188e7f66e2c09f8574a38d71eacc70 (diff)
Bump to 0.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2d79bed..30a0e44 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ GHCFLAGS=-Wall -fno-warn-name-shadowing -XHaskell98
5endif 5endif
6 6
7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8 7HLINTFLAGS=-XHaskell98 -XCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' -i 'Use string literal' -i 'Use list comprehension' --utf8
8VERSION=0.3 8VERSION=0.4
9 9
10.PHONY: all clean doc install debian test 10.PHONY: all clean doc install debian test
11 11