Skip to content

Commit 03d91a3

Browse files
committed
Bump version to 0.8.0.4
1 parent c1188ba commit 03d91a3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Change Log
33
==========
44

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+
515
Version 0.8.0.3 (2017-07-04) *Independence Day in the United States*
616
--------------------------------------------------------------------
717

dlist.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dlist
2-
version: 0.8.0.3
2+
version: 0.8.0.4
33
synopsis: Difference lists
44
description:
55
Difference lists are a list-like type supporting O(1) append. This is

0 commit comments

Comments
 (0)