Move some catch definitions around to avoid an import loop
[ghc-base.git] / Prelude.hs-boot
diff --git a/Prelude.hs-boot b/Prelude.hs-boot
deleted file mode 100644 (file)
index 12a9fd3..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
-
-module Prelude where
-
-import GHC.IOBase
-
-catch :: IO a -> (IOError -> IO a) -> IO a