jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

No instance for (Semigroup FormEncType) #158

Open cimmanon opened 4 years ago

cimmanon commented 4 years ago

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
   |          ^^^^^^^^^^^^^^^^^^
ludat commented 7 months ago

isn't this issue already fixed by this?