aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--prelude/Prelude.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/prelude/Prelude.hs b/prelude/Prelude.hs
index 50e86a7b9..34f133d83 100644
--- a/prelude/Prelude.hs
+++ b/prelude/Prelude.hs
@@ -19,12 +19,8 @@ where
#if MIN_VERSION_base(4,8,0)
import "base" Prelude as P
-#elif MIN_VERSION_base(4,6,0)
-import "base" Prelude as P
-import Control.Applicative
-import Data.Monoid
#else
-import "base" Prelude as P hiding (catch)
+import "base" Prelude as P
import Control.Applicative
import Data.Monoid
#endif