summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-12-05 16:57:21 +0000
committerIan Lynagh <igloo@earth.li>2009-12-05 16:57:21 +0000
commiteda42a0ef66a80b2f53225b4219fa935ee78c5e9 (patch)
tree30be5f1728e6dbb3f15faf05fca637a6aafb2cfd /libraries
parentddaf8e7149b037fa8826af45d9a32d05580b6627 (diff)
downloadhaskell-eda42a0ef66a80b2f53225b4219fa935ee78c5e9.tar.gz
Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmas
Diffstat (limited to 'libraries')
-rw-r--r--libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
index 387b78f631..af831483da 100644
--- a/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
+++ b/libraries/bin-package-db/Distribution/InstalledPackageInfo/Binary.hs
@@ -1,5 +1,8 @@
{-# LANGUAGE RecordWildCards, TypeSynonymInstances, StandaloneDeriving, GeneralizedNewtypeDeriving #-}
-{-# OPTIONS_GHC -fno-warn-orphans -fno-warn-name-shadowing #-}
+{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
+-- This module deliberately defines orphan instances for now. Should
+-- become unnecessary once we move to using the binary package properly:
+{-# OPTIONS_GHC -fno-warn-orphans #-}
-----------------------------------------------------------------------------
-- |
-- Module : Distribution.InstalledPackageInfo.Binary