Fix Prelude <> export.

This commit is contained in:
John MacFarlane
2018-03-16 12:28:52 -07:00
parent f0b6e0ee49
commit d0c27989a6
-5
View File
@@ -7,11 +7,6 @@ module Prelude
, Monoid(..)
, Semigroup(..)
, Applicative(..)
#if MIN_VERSION_base(4,9,0)
-- <> is exported in Semigroup
#else
, (<>)
#endif
)
where