diff --git a/ChangeLog.md b/ChangeLog.md index c466e09..bc4ada2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,14 @@ Change Log ========== +Version 0.8.0.2 (2016-09-04) *World Sexual Health Day* +------------------------------------------------------ + +#### Package changes + +* Fix test suite: add missing module `OverloadedStrings` + ([Sergei Trofimovich](https://github.com/trofi)) + Version 0.8.0.1 (2016-07-29) *58th Anniversary of the Creation of NASA* ----------------------------------------------------------------------- diff --git a/dlist.cabal b/dlist.cabal index 0744804..8fd1996 100644 --- a/dlist.cabal +++ b/dlist.cabal @@ -1,5 +1,5 @@ name: dlist -version: 0.8.0.1 +version: 0.8.0.2 synopsis: Difference lists description: Difference lists are a list-like type supporting O(1) append. This is