X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=libraries%2FMakefile;h=ac92a526de71fa9c8efa72105935afffd7dda0d4;hb=0f5e104c36b1dc3d8deeec5fef3d65e7b3a1b5ad;hp=0ca6cdd76844de9e7279b02b013c4e7e962870ab;hpb=1363f4121ceaa38ac50eac42381b976f89d5ea96;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