From 53d88f36b842166ebdc2c4937fb865d27ffbd766 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 9 May 2002 13:14:42 +0000 Subject: [PATCH] [project @ 2002-05-09 13:14:42 by simonmar] tweak the module comment --- Foreign.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Foreign.hs b/Foreign.hs index 9c3d045..0b22468 100644 --- a/Foreign.hs +++ b/Foreign.hs @@ -10,10 +10,7 @@ -- Portability : portable -- -- 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. -- ----------------------------------------------------------------------------- -- 1.7.10.4