From: sewardj Date: Fri, 7 Apr 2000 10:19:02 +0000 (+0000) Subject: [project @ 2000-04-07 10:19:02 by sewardj] X-Git-Tag: Approximately_9120_patches~4778 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=da54856b8b052822c4443715ecf839f8c275d23c;p=ghc-hetmet.git [project @ 2000-04-07 10:19:02 by sewardj] IO was mentioned twice in the export list. --- diff --git a/ghc/lib/hugs/PrelPrim.hs b/ghc/lib/hugs/PrelPrim.hs index 136269c..ebbdb2c 100644 --- a/ghc/lib/hugs/PrelPrim.hs +++ b/ghc/lib/hugs/PrelPrim.hs @@ -60,7 +60,7 @@ module PrelPrim ( -- module Ratio, Ratio, Rational, (%), numerator, denominator, approxRational, -- Non-standard exports - IO, IOResult(..), Addr, StablePtr, + IOResult(..), Addr, StablePtr, makeStablePtr, freeStablePtr, deRefStablePtr, Bool(False, True),