[project @ 2000-04-07 10:19:02 by sewardj]
authorsewardj <unknown>
Fri, 7 Apr 2000 10:19:02 +0000 (10:19 +0000)
committersewardj <unknown>
Fri, 7 Apr 2000 10:19:02 +0000 (10:19 +0000)
IO was mentioned twice in the export list.

ghc/lib/hugs/PrelPrim.hs

index 136269c..ebbdb2c 100644 (file)
@@ -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),