summaryrefslogtreecommitdiff
path: root/libraries/base/Foreign.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-09 13:14:42 +0000
committersimonmar <unknown>2002-05-09 13:14:42 +0000
commit6c9f6144f2212ae5706cbbd08f411c21e2b2c075 (patch)
tree535c9de38db0e649808f96c5334809f55c83d2c5 /libraries/base/Foreign.hs
parentd66534a4b9b3fe8e070e6888993e1738394445b1 (diff)
downloadhaskell-6c9f6144f2212ae5706cbbd08f411c21e2b2c075.tar.gz
[project @ 2002-05-09 13:14:42 by simonmar]
tweak the module comment
Diffstat (limited to 'libraries/base/Foreign.hs')
-rw-r--r--libraries/base/Foreign.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/libraries/base/Foreign.hs b/libraries/base/Foreign.hs
index 9c3d045750..0b22468dca 100644
--- a/libraries/base/Foreign.hs
+++ b/libraries/base/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.
--
-----------------------------------------------------------------------------