packages feed

config-ini 0.2.6.0 → 0.2.7.0

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~containersdep ~textdep ~unordered-containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: containers, text, unordered-containers

API changes (from Hackage documentation)

Files

config-ini.cabal view
@@ -1,5 +1,5 @@ name:             config-ini-version:          0.2.6.0+version:          0.2.7.0 synopsis:         A library for simple INI-based configuration files. homepage:         https://github.com/aisamanra/config-ini bug-reports:      https://github.com/aisamanra/config-ini/issues@@ -22,7 +22,7 @@ category:         Configuration build-type:       Simple cabal-version:    1.18-tested-with:      GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.2, GHC == 9.6.2+tested-with:      GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.2, GHC == 9.6.2, GHC == 9.8.1 extra-doc-files:   README.md,   CHANGELOG.md@@ -48,8 +48,8 @@     ghc-options:       -fno-warn-redundant-constraints   build-depends:       base                  >=4.8   && <5                      , containers            >=0.5   && <0.7-                     , text                  >=1.2.2 && <2.1-                     , unordered-containers  >=0.2.7 && <0.3+                     , text                  >=1.2.2 && <3+                     , unordered-containers  >=0.2.7 && <0.5                      , transformers          >=0.4.1 && <0.7                      , megaparsec            >=7     && <10   default-language:    Haskell2010