From ab5913ad707452e9037f1d498ff231faf4c0066f Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Mon, 25 Jan 2016 23:44:33 +0100 Subject: make the code more warning free --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70257fed..4ae63821 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: cabal install --constraint="indentation -trifecta" repl: - cd test && ghci -i../src runTests.hs + cd test && ghci -Wall -fno-warn-name-shadowing -fno-warn-unused-matches -fno-warn-missing-signatures -fno-warn-incomplete-patterns -fno-warn-overlapping-patterns -fno-warn-type-defaults -i../src runTests.hs coverage: ./run-test-suite.sh --coverage -- cgit v1.2.3