X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=e7feb2b8078a6e8dd6152635b40aa33c3ff52184;hb=9981baee4ec5336915ee3ca1340ed4fdf8cc1bc1;hp=049fe55a57d40dde58d121e2deef4b695e11a4bc;hpb=9ea7693021b2286f07d29ac72761f31a10bef39d;p=haeredes.git diff --git a/makefile b/makefile index 049fe55..e7feb2b 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,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 @@ -20,9 +23,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" #