X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FFloat.lhs;h=dbb556fe50083e46c987a7a874647cc83fd7911e;hb=69b0e13fc8f0a3f4c1e18e8176d3eead86ad9d83;hp=d165088532c7aea9abd2bf9ad87244149d42e774;hpb=b40ec3b25b823a39cf27f1ba96014570c784d034;p=ghc-base.git 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 #-} -----------------------------------------------------------------------------