X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign.hs;h=41c56a67d093a60ae9056c836e7d63f66c55638a;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=1670110fd4623d4be3d999a33289e37484968e48;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Foreign.hs b/Foreign.hs index 1670110..41c56a6 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -1,6 +1,6 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Foreign -- Copyright : (c) The FFI task force 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -9,7 +9,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Foreign.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $ +-- $Id: Foreign.hs,v 1.3 2002/04/24 16:31:37 simonmar Exp $ -- -- A collection of data types, classes, and functions for interfacing -- with another programming language. This is only a convenience module