We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1188ba commit 03d91a3Copy full SHA for 03d91a3
2 files changed
ChangeLog.md
@@ -2,6 +2,16 @@
2
Change Log
3
==========
4
5
+Version 0.8.0.4 (2018-01-19) *Kokborok Day*
6
+-------------------------------------------
7
+
8
+#### Package changes
9
10
+* Change QuickCheck upper bound from 2.11 to 2.12
11
+* Make `Data.DList` trustworthy
12
+ ([Bertram Felgenhauer](https://github.com/int-e))
13
+* Remove quickcheck-instances dependency for tests
14
15
Version 0.8.0.3 (2017-07-04) *Independence Day in the United States*
16
--------------------------------------------------------------------
17
dlist.cabal
@@ -1,5 +1,5 @@
1
name: dlist
-version: 0.8.0.3
+version: 0.8.0.4
synopsis: Difference lists
description:
Difference lists are a list-like type supporting O(1) append. This is
0 commit comments