X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC.hs;h=2c7fd2e24f760dbc5ffccee783f464c6ec2b37da;hb=be2750a0a11b919fb03cc070074e430f88bdfa90;hp=fb6d10fa017340378fbe50c751ce19a39b2b2aad;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Foreign/C.hs b/Foreign/C.hs index fb6d10f..2c7fd2e 100644 --- a/Foreign/C.hs +++ b/Foreign/C.hs @@ -1,9 +1,10 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# LANGUAGE NoImplicitPrelude #-} + ----------------------------------------------------------------------------- -- | -- Module : Foreign.C -- Copyright : (c) The FFI task force 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : ffi@haskell.org -- Stability : provisional @@ -15,12 +16,10 @@ module Foreign.C ( module Foreign.C.Types - , module Foreign.C.TypesISO - , module Foreign.C.String - , module Foreign.C.Error + , module Foreign.C.String + , module Foreign.C.Error ) where import Foreign.C.Types -import Foreign.C.TypesISO import Foreign.C.String import Foreign.C.Error