X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=libraries%2FMakefile;h=ac92a526de71fa9c8efa72105935afffd7dda0d4;hb=53ddf8f4fb12d723721ad65e47ed54582b666e41;hp=0ca6cdd76844de9e7279b02b013c4e7e962870ab;hpb=8a0d21aa88cbcab975de0c047eb725226a5a7cc0;p=ghc-hetmet.git diff --git a/libraries/Makefile b/libraries/Makefile index 0ca6cdd..ac92a52 100644 --- a/libraries/Makefile +++ b/libraries/Makefile @@ -90,6 +90,10 @@ space=$(empty) $(empty) # ----------------------------------------------------------------------------- +ifeq "$(ghc_ge_609)" "YES" +GhcLibHcOpts += -fno-warn-deprecated-flags +endif + ifeq "$(RelocatableBuild)" "YES" # On Windows we want to make moveable bindists, but we need to tell # ghc-pkg where the haddock docs are. Therefore we completely ignore