packages feed

configurator-pg 0.2.1 → 0.2.2

raw patch · 2 files changed

+9/−5 lines, 2 filesdep ~basedep ~protoludePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, protolude

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for configurator-pg +## 0.2.2 -- 2020-04-07++* Support GHC 8.10.+ ## 0.2.1 -- 2020-03-11  * Include test output files in source release.
configurator-pg.cabal view
@@ -1,6 +1,6 @@ cabal-version:       1.12 name:                configurator-pg-version:             0.2.1+version:             0.2.2 synopsis:            Reduced parser for configurator-ng config files description:   This module provides a simplified and updated interface to the@@ -33,10 +33,10 @@                        Data.Configurator.Parser                        Data.Configurator.Syntax                        Data.Configurator.Types-  build-depends:       base                 >= 4.8.2 && < 4.14+  build-depends:       base                 >= 4.8.2 && < 4.15                      , megaparsec           >= 7.0.0 && < 8.1                      , containers           >= 0.5.6.2 && < 0.7-                     , protolude            >= 0.1.10 && < 0.3+                     , protolude            >= 0.1.10 && < 0.4                      , scientific           >= 0.3.4.9 && < 0.4                      , text                 >= 1.2.2.2 && < 1.3   if impl(ghc < 8)@@ -51,12 +51,12 @@   type:                exitcode-stdio-1.0   main-is:             Test.hs   hs-source-dirs:      tests-  build-depends:       base                 >= 4.8.2 && < 4.14+  build-depends:       base                 >= 4.8.2 && < 4.15                      , configurator-pg                      , HUnit                >= 1.3.1.2 && < 1.7                      , bytestring           >= 0.10.6 && < 0.11                      , filepath             >= 1.4 && < 1.5-                     , protolude            >= 0.1.10 && < 0.3+                     , protolude            >= 0.1.10 && < 0.4                      , test-framework       >= 0.8.1.1 && < 0.9                      , test-framework-hunit >= 0.3.0.2 && < 0.4                      , text                 >= 1.2.2.2 && < 1.3