X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=3f3584cf2f14f8d25acda4cd013074d1c29e7591;hb=1f560dbfad16929171a356c4fcb3e119784795e5;hp=420039b64e75f02396647aa8f5d0846f5077d4df;hpb=31fe23ca831165da495cf4b99139f2e544b0dacd;p=mailbox-count.git diff --git a/makefile b/makefile index 420039b..3f3584c 100644 --- a/makefile +++ b/makefile @@ -7,6 +7,9 @@ HCFLAGS += -Weverything \ -Wno-safe \ -Wno-unsafe \ -Wno-all-missed-specialisations \ + -Wno-prepositive-qualified-module \ + -Wno-missing-safe-haskell-mode \ + -Wno-missing-deriving-strategies \ -rtsopts \ -threaded @@ -18,7 +21,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"