X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FShow%2FFunctions.hs;h=1ae46aa29d56109f9ddf7bd667e94e0ed7b8f33c;hb=41e8fba828acbae1751628af50849f5352b27873;hp=c66d2e3156cefcd0e4c5fb42c3d1bb985b341a46;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Text/Show/Functions.hs b/Text/Show/Functions.hs index c66d2e3..1ae46aa 100644 --- a/Text/Show/Functions.hs +++ b/Text/Show/Functions.hs @@ -1,5 +1,7 @@ +{-# LANGUAGE CPP #-} -- This module deliberately declares orphan instances: {-# OPTIONS_GHC -fno-warn-orphans #-} + ----------------------------------------------------------------------------- -- | -- Module : Text.Show.Functions