X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign.hs;h=1670110fd4623d4be3d999a33289e37484968e48;hb=e5af7dba16fcf5aa67218a4f4447c27eff0abfad;hp=75639e4ed7f9eb4628946fe17b034a0767179569;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Foreign.hs b/Foreign.hs index 75639e4..1670110 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -6,10 +6,10 @@ -- License : BSD-style (see the file libraries/core/LICENSE) -- -- Maintainer : ffi@haskell.org --- Stability : experimental --- Portability : non-portable +-- Stability : provisional +-- Portability : portable -- --- $Id: Foreign.hs,v 1.1 2001/06/28 14:15:01 simonmar Exp $ +-- $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