Custom prelude - only export <> from Data.Monoid.

This commit is contained in:
John MacFarlane 2018-01-14 23:04:47 -08:00
parent 39f3d67848
commit 01ea3edf0f

View file

@ -8,7 +8,7 @@
module Prelude
(
module Prelude.Compat
, module Data.Monoid.Compat
, (<>)
)
where