packages feed

list-tries 0.6.2 → 0.6.3

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~dlistPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dlist

API changes (from Hackage documentation)

Files

CHANGELOG.txt view
@@ -1,3 +1,6 @@+2016-07-18, 0.6.3:+	Dependency update to allow dlist-0.8.+ 2016-06-28, 0.6.2: 	Updated dependencies for GHC 8.0.1. 
list-tries.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2  Name:        list-tries-Version:     0.6.2+Version:     0.6.3 Homepage:    http://iki.fi/matti.niemenmaa/list-tries/ Synopsis:    Tries and Patricia tries: finite sets and maps for list keys Category:    Data, Data Structures@@ -43,7 +43,7 @@ Library    Build-Depends: base       >= 3    && < 4.10                 , containers >= 0.3  && < 0.6-                , dlist      >= 0.4  && < 0.8+                , dlist      >= 0.4  && < 0.9                 , binary     >= 0.5  && < 0.9     if impl(ghc < 8.0)