X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC.hs;h=fb6d10fa017340378fbe50c751ce19a39b2b2aad;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=937d8dd3ae31be10756efff9003ba833073587e7;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Foreign/C.hs b/Foreign/C.hs index 937d8dd..fb6d10f 100644 --- a/Foreign/C.hs +++ b/Foreign/C.hs @@ -9,8 +9,6 @@ -- 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 -- -----------------------------------------------------------------------------