Skip to content

Commit

Permalink
Bump version to 0.7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spl committed Aug 23, 2015
1 parent ca51a43 commit be30277
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
21 changes: 11 additions & 10 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
----------------------------------------------

Expand Down Expand Up @@ -38,19 +46,18 @@ 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*
---------------------------------------

#### 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

Expand All @@ -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)

5 changes: 3 additions & 2 deletions dlist.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit be30277

Please sign in to comment.