X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC.hs;h=62dbaeac9874083ea90cbbdb3b6e81166c5848fa;hb=3a7e5aab505e15bbd2e61421862e62eebb6b69b7;hp=fb6d10fa017340378fbe50c751ce19a39b2b2aad;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=haskell-directory.git diff --git a/Foreign/C.hs b/Foreign/C.hs index fb6d10f..62dbaea 100644 --- a/Foreign/C.hs +++ b/Foreign/C.hs @@ -1,9 +1,9 @@ -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS_GHC -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- 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 +15,10 @@ module Foreign.C ( module Foreign.C.Types - , module Foreign.C.TypesISO , 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