X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=c9c9036d53b49ac3ee5d0d1ad7e64b8b1845d3f2;hb=41e8fba828acbae1751628af50849f5352b27873;hp=67b4ba8d1280ed5aa9099313f6852cee6a0e88cf;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index 67b4ba8..c9c9036 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE CPP, NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Data.Int