From: Ian Lynagh Date: Fri, 11 Sep 2009 11:47:56 +0000 (+0000) Subject: Use -fno-warn-name-shadowing when compiling Binary.hs X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f72409f0f893470e7f3a5fbb32b133393d543c01 Use -fno-warn-name-shadowing when compiling Binary.hs --- diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs index 6cc2b5c..0f59929 100644 --- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs +++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs @@ -1,5 +1,5 @@ {-# LANGUAGE RecordWildCards, TypeSynonymInstances, StandaloneDeriving, GeneralizedNewtypeDeriving #-} -{-# OPTIONS_GHC -fno-warn-orphans #-} +{-# OPTIONS_GHC -fno-warn-orphans -fno-warn-name-shadowing #-} ----------------------------------------------------------------------------- -- | -- Module : Distribution.InstalledPackageInfo.Binary