qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!

Home Page:http://qfpl.io/projects/professional-fp-courses/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data.Monoid.Last will be deprecated

endgame opened this issue · comments

https://hackage.haskell.org/package/base-4.12.0.0/docs/Data-Monoid.html#t:Last

This type will be marked deprecated in GHC 8.8, and removed in GHC 8.10. Users are advised to use the variant from Data.Semigroup and wrap it in Maybe.

Should be fixed by #88 being merged.