Use -fno-warn-name-shadowing when compiling Binary.hs
authorIan Lynagh <igloo@earth.li>
Fri, 11 Sep 2009 11:47:56 +0000 (11:47 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 11 Sep 2009 11:47:56 +0000 (11:47 +0000)
libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs

index 6cc2b5c..0f59929 100644 (file)
@@ -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