All Versions
3
Latest Version
Avg Release Cycle
186 days
Latest Release
1486 days ago

Changelog History

  • v0.4.0.0 Changes

    March 26, 2020
    • Stop re-exporting Some(..), GCompare(..), and GOrdering(..) from dependent-sum (which itself re-exports from some in some versions).
    • Stop re-exporting DSum(..) from dependent-sum.
  • 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_, and traverseWithKey_ to Data.Dependent.Map.
    • Enable PolyKinds for Data.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.