From 804f2ec54fea144faefa691ea3a622cd0d714d98 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Thu, 6 Jul 2023 14:36:06 +0100 Subject: [PATCH] Release 0.2.4.0 --- changelog.md | 3 +++ streaming.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index f635445..bb4119b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,7 @@ - 0.2.4.0 + Build on GHC 9.6. + +- 0.2.3.1 Bifoldable and Bitraversable instances for Of. Various documentation fixes. diff --git a/streaming.cabal b/streaming.cabal index 085fbf5..44d2b6a 100644 --- a/streaming.cabal +++ b/streaming.cabal @@ -1,5 +1,5 @@ name: streaming -version: 0.2.3.1 +version: 0.2.4.0 cabal-version: >=1.10 build-type: Simple synopsis: an elementary streaming prelude and general stream type.