dlist 0.7.1 → 0.7.1.1
raw patch · 4 files changed
+13/−7 lines, 4 filesdep ~QuickCheckPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
+ Data.DList: instance IsList (DList a)
Files
- ChangeLog.md +7/−0
- Data/DList.hs +1/−1
- LICENSE +1/−1
- dlist.cabal +4/−5
ChangeLog.md view
@@ -2,6 +2,13 @@ Change Log ========== +Version 0.7.1.1 (2015-03-19) *St Joseph's Day*+----------------------------------------------++#### Package changes++* Change QuickCheck upper bound from 2.8 to 2.9+ Version 0.7.1 (2014-06-28) *100th Anniversary of the Assassination of Franz Ferdinand* --------------------------------------------------------------------------------------
Data/DList.hs view
@@ -10,7 +10,7 @@ ----------------------------------------------------------------------------- -- | -- Module : Data.DList--- Copyright : (c) Don Stewart 2006-2009, (c) Sean Leather 2013+-- Copyright : (c) 2006-2009 Don Stewart, 2013-2014 Sean Leather -- License : See LICENSE file -- -- Maintainer : sean.leather@gmail.com
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) Don Stewart 2006-2009, (c) Sean Leather 2013+Copyright (c) 2006-2009 Don Stewart, 2013-2014 Sean Leather All rights reserved.
dlist.cabal view
@@ -1,5 +1,5 @@ name: dlist-version: 0.7.1+version: 0.7.1.1 synopsis: Difference lists description: Difference lists are a list-like type supporting O(1) append. This is@@ -10,7 +10,7 @@ license-file: LICENSE author: Don Stewart maintainer: Sean Leather <sean.leather@gmail.com>-copyright: 2006-2009 Don Stewart, 2013 Sean Leather+copyright: 2006-2009 Don Stewart, 2013-2014 Sean Leather homepage: https://github.com/spl/dlist bug-reports: https://github.com/spl/dlist/issues extra-source-files: README.md,@@ -21,7 +21,7 @@ GHC==7.2.2, GHC==7.4.2, GHC==7.6.3,- GHC==7.8.1+ GHC==7.8.4 source-repository head type: git@@ -42,5 +42,4 @@ build-depends: dlist, base, Cabal,- QuickCheck >= 2.5 && < 2.8-+ QuickCheck >= 2.7 && < 2.9