X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FNum.lhs;h=5dc5e753d1e99633df774f2ec95789e64d37d2c8;hb=41e8fba828acbae1751628af50849f5352b27873;hp=5a94949350fc686087fa62ef50483c13e72786e9;hpb=d6879efffb00546c8009d96612306a34a919852c;p=ghc-base.git diff --git a/GHC/Num.lhs b/GHC/Num.lhs index 5a94949..5dc5e75 100644 --- a/GHC/Num.lhs +++ b/GHC/Num.lhs @@ -1,5 +1,5 @@ \begin{code} -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude, MagicHash, UnboxedTuples #-} -- 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 #-}