[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Maybe.lhs
similarity index 98%
rename from ghc/lib/required/Maybe.lhs
rename to ghc/lib/std/Maybe.lhs
index acecd04..3c86e91 100644 (file)
@@ -20,7 +20,7 @@ module Maybe
     unfoldr
    ) where
 
-import GHCerr  ( error )
+import PrelErr ( error )
 import Monad   ( filter )
 import PrelList
 import PrelMaybe