]> gitweb.michael.orlitzky.com - haeredes.git/blobdiff - makefile
haeredes.cabal: no period in synopsis
[haeredes.git] / makefile
index 049fe55a57d40dde58d121e2deef4b695e11a4bc..903abc30fce8950dbc0703a882a48e712aa93060 100644 (file)
--- 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"
 
 
 #