qfpl / applied-fp-course

Applied Functional Programming Course - Move from exercises to a working app!
http://qfpl.io/projects/professional-fp-courses/
Other
625 stars 180 forks source link

Data.Monoid.Last will be deprecated #86

Closed endgame closed 5 years ago

endgame commented 5 years ago

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.

mankyKitty commented 5 years ago

Should be fixed by #88 being merged.