X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FTypes.hs;h=ec1cbf11ca4ab7822271cc0e7ec685fe7163a290;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=5def8b9db3d834bf434158cbcd5bc03608baf8f2;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Foreign/C/Types.hs b/Foreign/C/Types.hs index 5def8b9..ec1cbf1 100644 --- a/Foreign/C/Types.hs +++ b/Foreign/C/Types.hs @@ -3,14 +3,12 @@ -- | -- Module : Foreign.C.Types -- 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: Types.hs,v 1.4 2002/04/24 16:31:44 simonmar Exp $ --- -- Mapping of C types to corresponding Haskell types. A cool hack... -- -----------------------------------------------------------------------------