From: Ian Lynagh Date: Sun, 6 Dec 2009 12:50:21 +0000 (+0000) Subject: Comment the remaining orphan instance modules X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=603a6d54ecab3769605fa5cdc39963cdbf0f4eaf;p=ghc-base.git Comment the remaining orphan instance modules --- diff --git a/GHC/Float.lhs b/GHC/Float.lhs index d165088..dbb556f 100644 --- a/GHC/Float.lhs +++ b/GHC/Float.lhs @@ -1,5 +1,7 @@ \begin{code} {-# OPTIONS_GHC -XNoImplicitPrelude #-} +-- We believe we could deorphan this module, by moving lots of things +-- around, but we haven't got there yet: {-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_HADDOCK hide #-} ----------------------------------------------------------------------------- diff --git a/GHC/Num.lhs b/GHC/Num.lhs index 9a81c90..e16a350 100644 --- a/GHC/Num.lhs +++ b/GHC/Num.lhs @@ -1,5 +1,7 @@ \begin{code} {-# OPTIONS_GHC -XNoImplicitPrelude #-} +-- We believe we could deorphan this module, by moving lots of things +-- around, but we haven't got there yet: {-# OPTIONS_GHC -fno-warn-orphans #-} {-# OPTIONS_HADDOCK hide #-} -----------------------------------------------------------------------------