packages feed

ronn-envparse 1.0.1.0 → 1.0.1.1

raw patch · 3 files changed

+9/−5 lines, 3 filesdep ~ronn

Dependency ranges changed: ronn

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@-## [_Unreleased_](https://github.com/pbrisbin/ronn/compare/ronn-envparse-v1.0.1.0...main)+## [_Unreleased_](https://github.com/pbrisbin/ronn/compare/ronn-envparse-v1.0.1.1...main) -## [v1.0.1.0](https://github.com/pbrisbin/ronn/tree/ronn-envparse-v1.0.1.0)+## [v1.0.1.1](https://github.com/pbrisbin/ronn/compare/ronn-env-parse-v1.0.1.0...ronn-envparse-v1.0.1.1)++- Update for ronn-1.2++## [v1.0.1.0](https://github.com/pbrisbin/ronn/compare/ronn-env-parse-v1.0.0.0...ronn-envparse-v1.0.1.0)  - Add `HasSections` instance 
ronn-envparse.cabal view
@@ -1,6 +1,6 @@ cabal-version:   1.18 name:            ronn-envparse-version:         1.0.1.0+version:         1.0.1.1 license:         AGPL-3 maintainer:      Pat Brisbin homepage:        https://github.com/pbrisbin/ronn#readme@@ -39,7 +39,7 @@     build-depends:         base >=4.16.4.0 && <5,         envparse >=0.5.0,-        ronn >=1.1.1.0+        ronn >=1.2.0.0      if impl(ghc >=9.8)         ghc-options:
src/Ronn/Env.hs view
@@ -30,7 +30,7 @@ fromHelpLine x =   Definition     { name-    , description = Line [help]+    , description = [help]     , content = Nothing     }  where