Comment the remaining orphan instance modules
authorIan Lynagh <igloo@earth.li>
Sun, 6 Dec 2009 12:50:21 +0000 (12:50 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 6 Dec 2009 12:50:21 +0000 (12:50 +0000)
GHC/Float.lhs
GHC/Num.lhs

index d165088..dbb556f 100644 (file)
@@ -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 #-}
 -----------------------------------------------------------------------------
index 9a81c90..e16a350 100644 (file)
@@ -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 #-}
 -----------------------------------------------------------------------------