- Minimum
baseversion is now4.11(GHC 8.4.x). - Use canonical
mappend/(<>)definitions.
- Stop re-exporting
Some(..),GCompare(..), andGOrdering(..)fromdependent-sum(which itself re-exports fromsomein some versions). - Stop re-exporting
DSum(..)fromdependent-sum.
- Drop support for non-GHC compilers.
- Drop support for GHC < 8.
- Update maintainer and GitHub links.
- Support
dependent-sum0.7. - Add
ffor,fforWithKey,forWithKey,forWithKey_, andtraverseWithKey_toData.Dependent.Map. - Enable
PolyKindsforData.Dependent.Map.Lens.
- Change instances of Eq, Ord, Read, Show to use Has' from constraints-extras instead of *Tag classes.
- This ends support for GHC 7.x.