Skip to content

Commit

Permalink
Bump to 4.7.8.1 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jul 12, 2023
1 parent 99e78b5 commit f476f83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGES
=======

#### 4.7.8.1 (2023-07-12)

- allow `bytestring-0.12` and fix its deprecation warnings
- tested with GHC 7.10 - 9.6

### 4.7.8 (2022-11-15)

- change default `insertBy` implementation to work better with dlists
([#18](https://github.com/ddssff/listlike/pull/18))
- allow `vector-0.13`
- tested with GHC 7.10 - 9.4

### 4.7.7 (2022-05-26)

- methods `sequence` and `mapM`: relax `Monad` constraint to `Applicative`
Expand Down
4 changes: 2 additions & 2 deletions ListLike.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ListLike
Version: 4.7.8
Version: 4.7.8.1
License: BSD3
Maintainer: David Fox <dsf@seereason.com>, Andreas Abel
Author: John Goerzen
Expand Down Expand Up @@ -120,4 +120,4 @@ Test-suite listlike-tests

source-repository head
type: git
location: git://github.com/ddssff/listlike.git
location: https://github.com/ddssff/listlike.git

0 comments on commit f476f83

Please sign in to comment.