All Versions
19
Latest Version
Avg Release Cycle
224 days
Latest Release
1437 days ago

Changelog History
Page 1

  • v0.6.7 Changes

    May 12, 2020
    • ⚡️ Updated dependencies and code for GHC 8.8 and 8.10.
  • v0.6.6 Changes

    November 20, 2018
    • ⚡️ Updated dependencies and code for GHC 8.6.1, thanks as usual to Mikhail Glushenkov.
  • v0.6.5 Changes

    March 20, 2018
    • ⚡️ Updated dependencies and code for GHC 8.4.1 and QuickCheck-2.11, thanks again to Mikhail Glushenkov.
  • v0.6.4 Changes

    May 27, 2017
    • 🚀 Updated dependencies for GHC 8.2.1 (release candidate 2) and binary-0.9, thanks to Mikhail Glushenkov for helping with this.
    • Also a code change due to a newly problematic type inference.
  • v0.6.3 Changes

    July 18, 2016
    • ⚡️ Dependency update to allow dlist-0.8.
  • v0.6.2 Changes

    June 28, 2016
    • ⚡️ Updated dependencies for GHC 8.0.1.
    • ➕ Added Semigroup instances, bringing in a new dependency on semigroups on pre-8.0 GHC versions.
  • v0.6.1 Changes

    April 03, 2015
    • 🛠 Fixed build on base < 4.8.
  • v0.6.0 Changes

    March 28, 2015
    • ⚡️ Updated dependencies for GHC 7.10.
    • 🛠 Fixed library vs. test executable dlist dependency mismatch.
    • 📇 Renamed Map.toList to toListKV to avoid conflicts with the new Foldable class. Also renamed Map.fromList and Map.fromListWith to fromListKV and fromListKVWith to match. Thanks to davean for the patch.
    • ➕ Added Cabal source-repository metadata, pointing to GitHub.
  • v0.5.2 Changes

    March 20, 2014
    • ⚡️ Updated dependencies, for GHC 7.8 and other new packages.
  • v0.5.1 Changes

    May 10, 2013
    • 🛠 Fix cabal build.
    • 📚 Minor documentation clarification.
    • ⚡️ Update binary dependency.