From be302776fbc6853e905e3a9d74fd10b7bb3f3345 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Sun, 23 Aug 2015 09:05:37 +0200 Subject: [PATCH] Bump version to 0.7.1.2 --- .travis.yml | 2 +- ChangeLog.md | 21 +++++++++++---------- dlist.cabal | 5 +++-- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index f1b08fe..9a51466 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ env: - GHCVER=7.4.2 CABALVER=1.16 - GHCVER=7.6.3 CABALVER=1.16 - GHCVER=7.8.4 CABALVER=1.18 - - GHCVER=7.10.1 CABALVER=1.22 + - GHCVER=7.10.2 CABALVER=1.22 - GHCVER=head CABALVER=head matrix: diff --git a/ChangeLog.md b/ChangeLog.md index 0f38e5f..0abc8c1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,14 @@ Change Log ========== +Version 0.7.1.2 (2015-08-23) *International Day for the Remembrance of the Slave Trade and its Abolition* +--------------------------------------------------------------------------------------------------------- + +#### Package changes + +* Fix GHC 7.10 warnings due to imports + ([Mikhail Glushenkov](https://github.com/23Skidoo)) + Version 0.7.1.1 (2015-03-19) *St Joseph's Day* ---------------------------------------------- @@ -38,10 +46,7 @@ Version 0.6.0.1 (2013-12-01) *World AIDS Day* #### Package changes * Change QuickCheck lower bound from 2.6 to 2.5 - -#### Contributors - -* [Michael Snoyman](https://github.com/snoyberg) + ([Michael Snoyman](https://github.com/snoyberg)) Version 0.6 (2013-11-29) *Black Friday* --------------------------------------- @@ -49,8 +54,10 @@ Version 0.6 (2013-11-29) *Black Friday* #### Development changes * Maintenance and development taken over by Sean Leather + ([Bas van Dijk](https://github.com/basvandijk)) * Migrate repository from http://code.haskell.org/~dons/code/dlist/ to https://github.com/spl/dlist +* Add Travis-CI ([Herbert Valerio Riedel](https://github.com/hvr)) #### Package changes @@ -70,9 +77,3 @@ Version 0.6 (2013-11-29) *Black Friday* * Deprecate DList constructor and record selector to make it abstract (see [#4](https://github.com/spl/dlist/issues/4)) * Deprecate `maybeReturn` which is not directly relevant to dlists - -#### Contributors - -* [Bas van Dijk](https://github.com/basvandijk) -* [Herbert Valerio Riedel](https://github.com/hvr) - diff --git a/dlist.cabal b/dlist.cabal index d1e22e1..29cd576 100644 --- a/dlist.cabal +++ b/dlist.cabal @@ -1,5 +1,5 @@ name: dlist -version: 0.7.1.1 +version: 0.7.1.2 synopsis: Difference lists description: Difference lists are a list-like type supporting O(1) append. This is @@ -21,7 +21,8 @@ tested-with: GHC==7.0.4, GHC==7.2.2, GHC==7.4.2, GHC==7.6.3, - GHC==7.8.4 + GHC==7.8.4, + GHC==7.10.2 source-repository head type: git