X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC.hs;h=7fb0e3c2a26e890d58e4457cd334ffd0337daac6;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=937d8dd3ae31be10756efff9003ba833073587e7;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Foreign/C.hs b/Foreign/C.hs index 937d8dd..7fb0e3c 100644 --- a/Foreign/C.hs +++ b/Foreign/C.hs @@ -3,14 +3,12 @@ -- | -- 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 -- Portability : portable -- --- $Id: C.hs,v 1.3 2002/04/24 16:31:44 simonmar Exp $ --- -- Bundles the C specific FFI library functionality -- -----------------------------------------------------------------------------