X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign.hs;h=c4d07cd86b9ec5a8b2faa80173a00151948133a3;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=1670110fd4623d4be3d999a33289e37484968e48;hpb=5545727d5a6a1fc6d5d00f32a92a8fdf0fb7ca77;p=ghc-base.git diff --git a/Foreign.hs b/Foreign.hs index 1670110..c4d07cd 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -1,21 +1,16 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign -- 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: Foreign.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $ --- -- A collection of data types, classes, and functions for interfacing --- with another programming language. This is only a convenience module --- in the future, but currently it has the additional task of hiding --- those entities exported from other modules, which are not part of the --- FFI proposal. +-- with another programming language. -- -----------------------------------------------------------------------------