packages feed

dlist 0.8.0.5 → 0.8.0.6

raw patch · 2 files changed

+9/−2 lines, 2 filesdep ~QuickCheckPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

- Data.DList: instance (a ~ GHC.Types.Char) => Data.String.IsString (Data.DList.DList a)
+ Data.DList: instance (a Data.Type.Equality.~ GHC.Types.Char) => Data.String.IsString (Data.DList.DList a)
+ Data.DList: pattern Cons :: a -> [a] -> DList a
+ Data.DList: pattern Nil :: DList a

Files

ChangeLog.md view
@@ -2,6 +2,13 @@ Change Log ========== +Version 0.8.0.6 (2019-03-29) *Martyrs' Day in Madagascar*+---------------------------------------------------------++#### Package changes++* Change QuickCheck upper bound from 2.13 to 2.14+ Version 0.8.0.5 (2018-09-13) *Day of the Programmer* ---------------------------------------------------- 
dlist.cabal view
@@ -1,5 +1,5 @@ name:                   dlist-version:                0.8.0.5+version:                0.8.0.6 synopsis:               Difference lists description:   Difference lists are a list-like type supporting O(1) append. This is@@ -48,4 +48,4 @@                         -- QuickCheck-2.10 is the first version supporting                         -- base-4.9 (ghc-8) without the Arbitrary NonEmpty                         -- instance, which we include ourselves.-                        QuickCheck >= 2.10 && < 2.13+                        QuickCheck >= 2.10 && < 2.14