From c55f673436f47630bf4552ea3b88227aa0b59e09 Mon Sep 17 00:00:00 2001 From: Christoph Bauer Date: Thu, 7 Dec 2023 17:13:41 +0100 Subject: [PATCH] release 0.2.8 (#20) --- CHANGELOG.md | 4 ++++ configurator-pg.cabal | 4 ++-- stack.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e66572..f71e8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for configurator-pg +## 0.2.8 -- 2023-12-07 + +* Allow megaparsec-9.5 and GHC 9.4.8. + ## 0.2.7 -- 2022-08-11 * Allow text-2.0 and GHC 9.4. diff --git a/configurator-pg.cabal b/configurator-pg.cabal index d82bfcf..bcf8304 100644 --- a/configurator-pg.cabal +++ b/configurator-pg.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 name: configurator-pg -version: 0.2.7 +version: 0.2.8 synopsis: Reduced parser for configurator-ng config files description: This module provides a simplified and updated interface to the @@ -34,7 +34,7 @@ library Data.Configurator.Syntax Data.Configurator.Types build-depends: base >= 4.9 && < 4.18 - , megaparsec >= 7.0.0 && < 9.3 + , megaparsec >= 7.0.0 && < 9.6 , containers >= 0.5.6.2 && < 0.7 , protolude >= 0.1.10 && < 0.4 , scientific >= 0.3.4.9 && < 0.4 diff --git a/stack.yaml b/stack.yaml index b9a9180..f5fab4d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1 @@ -resolver: lts-15.7 +resolver: lts-21.22