Remove unnecessary CPP in custom Prelude.

We don't have to worry about base < 4.7.
This commit is contained in:
Jesse Rosenthal 2016-09-03 15:23:32 -04:00
parent 3f82471355
commit 09d96bb884

View file

@ -19,12 +19,8 @@ where
#if MIN_VERSION_base(4,8,0)
import "base" Prelude as P
#elif MIN_VERSION_base(4,6,0)
#else
import "base" Prelude as P
import Control.Applicative
import Data.Monoid
#else
import "base" Prelude as P hiding (catch)
import Control.Applicative
import Data.Monoid
#endif