X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FC%2FString.hs;h=06b27c456bfd3681b65ef24fc3a1c19468a9694f;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=00344dbf763911776d61f7c21e5b2227d98ef1d1;hpb=c28a4785a177fe42d0590b30637259d68204c1ab;p=ghc-base.git diff --git a/Foreign/C/String.hs b/Foreign/C/String.hs index 00344db..06b27c4 100644 --- a/Foreign/C/String.hs +++ b/Foreign/C/String.hs @@ -1,16 +1,14 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign.C.String -- 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: String.hs,v 1.4 2001/09/13 11:37:43 simonmar Exp $ --- -- Utilities for primitive marshaling -- -----------------------------------------------------------------------------