From 1c13f9530395a58ddd929e0174a2e1ae56a00bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Wed, 24 Jan 2024 14:37:01 +0100 Subject: [PATCH 1/2] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 148b944..38adbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ `validation-selective` uses [PVP Versioning][1]. The changelog is available [on GitHub][2]. +## 0.2.0.1 — + +* Allow `selective-0.7` + ## 0.2.0.0 — Mar 1, 2023 * [#62](https://github.com/kowainik/validation-selective/issues/62): From 35249b1e177c8be5bc75e72dc89a263949916330 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Sat, 11 May 2024 17:10:19 +0100 Subject: [PATCH 2/2] Support base < 4.21 (i.e. support GHC 9.10) --- validation-selective.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation-selective.cabal b/validation-selective.cabal index 36876e8..120fcdb 100644 --- a/validation-selective.cabal +++ b/validation-selective.cabal @@ -37,7 +37,7 @@ source-repository head location: https://github.com/kowainik/validation-selective.git common common-options - build-depends: base >= 4.12 && < 4.20 + build-depends: base >= 4.12 && < 4.21 ghc-options: -Wall -Wcompat