All Versions
3
Latest Version
Avg Release Cycle
186 days
Latest Release
1722 days ago
Changelog History
Changelog History
-
v0.4.0.0 Changes
March 26, 2020- Stop re-exporting
Some(..)
,GCompare(..)
, andGOrdering(..)
fromdependent-sum
(which itself re-exports fromsome
in some versions). - Stop re-exporting
DSum(..)
fromdependent-sum
.
- Stop re-exporting
-
v0.3.1.0 Changes
March 26, 2020- ⬇️ 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
.
-
v0.3 Changes
March 21, 2019- 🔄 Change instances of Eq, Ord, Read, Show to use Has' from constraints-extras instead of *Tag classes.
- 👍 This ends support for GHC 7.x.