X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=blobdiff_plain;f=makefile;h=e7feb2b8078a6e8dd6152635b40aa33c3ff52184;hp=049fe55a57d40dde58d121e2deef4b695e11a4bc;hb=HEAD;hpb=9ea7693021b2286f07d29ac72761f31a10bef39d diff --git a/makefile b/makefile index 049fe55..903abc3 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,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 @@ -20,9 +24,9 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs haddock --all \ - --hyperlink-source \ - --haddock-options="--ignore-all-exports" + runghc Setup.hs haddock --all \ + --hyperlink-source \ + --haddock-options="--ignore-all-exports" #