]> gitweb.michael.orlitzky.com - mailbox-count.git/blobdiff - makefile
mailbox-count.cabal: indent the "maintainer" field with spaces
[mailbox-count.git] / makefile
index 420039b64e75f02396647aa8f5d0846f5077d4df..76b3c83afe1373cb82d0a7708e8f97383e30a8db 100644 (file)
--- a/makefile
+++ b/makefile
@@ -7,6 +7,10 @@ HCFLAGS += -Weverything \
            -Wno-safe \
            -Wno-unsafe \
            -Wno-all-missed-specialisations \
+           -Wno-prepositive-qualified-module \
+           -Wno-missing-safe-haskell-mode \
+           -Wno-missing-deriving-strategies \
+           -Wno-missing-kind-signatures \
            -rtsopts \
            -threaded
 
@@ -18,7 +22,6 @@ $(BIN): $(PN).cabal $(SRCS)
        runghc Setup.hs build --ghc-options="${HCFLAGS}"
 
 doc: $(PN).cabal $(SRCS)
-       runghc Setup.hs hscolour --all
        runghc Setup.hs haddock  --all \
                                 --hyperlink-source \
                                  --haddock-options="--ignore-all-exports"