list-tries v0.6.0 Release Notes

Release Date: 2015-03-28 // about 9 years ago
    • ⚡️ 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.