From 603a6d54ecab3769605fa5cdc39963cdbf0f4eaf Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 6 Dec 2009 12:50:21 +0000 Subject: [PATCH] Comment the remaining orphan instance modules --- GHC/Float.lhs | 2 ++ GHC/Num.lhs | 2 ++ 2 files changed, 4 insertions(+) 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 #-} ----------------------------------------------------------------------------- -- 1.7.10.4