digestive-functors icon indicating copy to clipboard operation
digestive-functors copied to clipboard

No instance for (Semigroup FormEncType)

Open cimmanon opened this issue 4 years ago • 1 comments

In base 4.11, Semigroup was made a superclass of Monoid, with mappend belonging to Semigroup. This results in the following error:

src/Text/Digestive/Form/Encoding.hs:42:10: error:
    * No instance for (Semigroup FormEncType)
        arising from the superclasses of an instance declaration
    * In the instance declaration for `Monoid FormEncType'
   |
42 | instance Monoid FormEncType where
   |          ^^^^^^^^^^^^^^^^^^

cimmanon avatar Apr 12 '20 20:04 cimmanon