dlist 0.8.0.4 → 0.8.0.5
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 Data.Semigroup.Semigroup (Data.DList.DList a)
- Data.DList: instance a ~ GHC.Types.Char => Data.String.IsString (Data.DList.DList a)
+ Data.DList: instance (a ~ GHC.Types.Char) => Data.String.IsString (Data.DList.DList a)
+ Data.DList: instance GHC.Base.Semigroup (Data.DList.DList a)
Files
- ChangeLog.md +7/−0
- dlist.cabal +2/−2
ChangeLog.md view
@@ -2,6 +2,13 @@ Change Log ========== +Version 0.8.0.5 (2018-09-13) *Day of the Programmer*+----------------------------------------------------++#### Package changes++* Change QuickCheck upper bound from 2.12 to 2.13+ Version 0.8.0.4 (2018-01-19) *Kokborok Day* -------------------------------------------
dlist.cabal view
@@ -1,5 +1,5 @@ name: dlist-version: 0.8.0.4+version: 0.8.0.5 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.12+ QuickCheck >= 2.10 && < 2.13