mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Remove unnecessary CPP in custom Prelude.
We don't have to worry about base < 4.7.
This commit is contained in:
+1
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user