]> gitweb.michael.orlitzky.com - hath.git/blobdiff - makefile
hath.cabal: drop a word and a period from the synopsis
[hath.git] / makefile
index 81e6f3b8b68b77e88b6e5a735de2a2f3d29ccd31..d1e16e43afe47c14c311c185aa8dec9cac1ae371 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,6 +13,7 @@ HCFLAGS += -Weverything \
            -Wno-prepositive-qualified-module \
            -Wno-missing-safe-haskell-mode \
            -Wno-missing-deriving-strategies \
+           -Wno-missing-kind-signatures \
            -rtsopts \
            -threaded
 
@@ -39,7 +40,7 @@ $(TESTSUITE_BIN): $(PN).cabal $(SRCS) $(TEST_SRCS)
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
 
-test: $(BIN) $(TESTSUITE_BIN)
+check: $(BIN) $(TESTSUITE_BIN)
        runghc Setup.hs test