mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-21 05:43:39 +08:00
Fix Prelude <> export.
This commit is contained in:
@@ -7,11 +7,6 @@ module Prelude
|
||||
, Monoid(..)
|
||||
, Semigroup(..)
|
||||
, Applicative(..)
|
||||
#if MIN_VERSION_base(4,9,0)
|
||||
-- <> is exported in Semigroup
|
||||
#else
|
||||
, (<>)
|
||||
#endif
|
||||
)
|
||||
where
|
||||
|
||||
|
||||
Reference in New Issue
Block a user