dlist 0.6 → 0.6.0.1
raw patch · 2 files changed
+18/−2 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- ChangeLog.md +16/−0
- dlist.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,17 @@ Change Log ========== +Version 0.6.0.1 (2013-12-01) *World AIDS Day*+---------------------------------------------++#### Package changes++* Change QuickCheck lower bound from 2.6 to 2.5++#### Contributors++* [Michael Snoyman](https://github.com/snoyberg)+ Version 0.6 (2013-11-29) *Black Friday* --------------------------------------- @@ -29,4 +40,9 @@ * Deprecate DList constructor and record selector to make it abstract (see [#4](https://github.com/spl/dlist/issues/4)) * Deprecate `maybeReturn` which is not directly relevant to dlists++#### Contributors++* [Bas van Dijk](https://github.com/basvandijk)+* [Herbert Valerio Riedel](https://github.com/hvr)
dlist.cabal view
@@ -1,5 +1,5 @@ name: dlist-version: 0.6+version: 0.6.0.1 synopsis: Difference lists description: Difference lists are a list-like type supporting O(1) append. This is@@ -36,5 +36,5 @@ build-depends: dlist, base, Cabal,- QuickCheck >= 2.6 && < 2.7+ QuickCheck >= 2.5 && < 2.7