X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC.hs;h=2c7fd2e24f760dbc5ffccee783f464c6ec2b37da;hb=41e8fba828acbae1751628af50849f5352b27873;hp=cb8dfef3b5ed2ae60d37536952faaa13a1953625;hpb=ac0439db2ece671089cec9ade21754c3ad22c134;p=ghc-base.git diff --git a/Foreign/C.hs b/Foreign/C.hs index cb8dfef..2c7fd2e 100644 --- a/Foreign/C.hs +++ b/Foreign/C.hs @@ -1,4 +1,5 @@ -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# LANGUAGE NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Foreign.C