configurator-pg 0.2.9 → 0.2.10
raw patch · 2 files changed
+7/−3 lines, 2 filesdep −bytestringdep ~basedep ~containersdep ~filepathnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependencies removed: bytestring
Dependency ranges changed: base, containers, filepath, megaparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- configurator-pg.cabal +2/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for configurator-pg +## 0.2.10 -- 2024-03-06++* Allow megaparsec-9.6+* Remove unused bytestring dependency from tests+ ## 0.2.9 -- 2023-12-07 * Allow text-2.1 and GHC 9.8.
configurator-pg.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: configurator-pg-version: 0.2.9+version: 0.2.10 synopsis: Reduced parser for configurator-ng config files description: This module provides a simplified and updated interface to the@@ -34,7 +34,7 @@ Data.Configurator.Syntax Data.Configurator.Types build-depends: base >= 4.9 && < 4.20- , megaparsec >= 7.0.0 && < 9.6+ , megaparsec >= 7.0.0 && < 9.7 , containers >= 0.5.6.2 && < 0.7 , protolude >= 0.1.10 && < 0.4 , scientific >= 0.3.4.9 && < 0.4@@ -51,7 +51,6 @@ build-depends: base >= 4.9 && < 4.20 , configurator-pg , HUnit >= 1.3.1.2 && < 1.7- , bytestring >= 0.10.6 && < 0.12 , filepath >= 1.4 && < 1.5 , protolude >= 0.1.10 && < 0.4 , test-framework >= 0.8.1.1 && < 0.9