agrafix / Spock

Another Haskell web framework for rapid development
https://www.spock.li
679 stars 56 forks source link

Remove redundant import of `Data.Monoid` #156

Closed aaronang closed 3 years ago

aaronang commented 5 years ago

The code example wouldn't compile because of the redundant import of Data.Monoid.