Skip to content

v1.8.0

Compare
Choose a tag to compare
@dcastro dcastro released this 11 Jul 09:11
· 62 commits to master since this release
9cb2678
  • Added support for GHC 9.2.2
  • Generalized the types of readMaybe and concatMap
  • Removed:
    • Re-export of Option. Use Maybe instead.
    • Re-export of listToMaybe. Use safeHead instead.
    • Re-export of group from Data.List
  • Added:
    • Re-export of group, groupBy, groupWith and groupAllWith from Data.List.NonEmpty.
  • Deprecated:
    • note
    • microlens and microlens-mtl types/functions/operators