From da54856b8b052822c4443715ecf839f8c275d23c Mon Sep 17 00:00:00 2001 From: sewardj Date: Fri, 7 Apr 2000 10:19:02 +0000 Subject: [PATCH] [project @ 2000-04-07 10:19:02 by sewardj] IO was mentioned twice in the export list. --- ghc/lib/hugs/PrelPrim.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 1.7.10.4