- Stop re-exporting
Some(..)
,GCompare(..)
, andGOrdering(..)
fromdependent-sum
(which itself re-exports fromsome
in 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-sum
0.7. - Add
ffor
,fforWithKey
,forWithKey
,forWithKey_
, andtraverseWithKey_
toData.Dependent.Map
. - Enable
PolyKinds
forData.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.