X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;h=3e2905aea7bee299f55e794199683f30a49edb76;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=5def8b9db3d834bf434158cbcd5bc03608baf8f2;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index 5def8b9..3e2905a 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -9,8 +9,6 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Types.hs,v 1.4 2002/04/24 16:31:44 simonmar Exp $ --- -- Mapping of C types to corresponding Haskell types. A cool hack... -- -----------------------------------------------------------------------------