dotenv 0.9.0.0 → 0.9.0.1
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- dotenv.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,8 @@ ## MASTER +## Dotenv 0.9.0.1+* Allow optparse-applicative-0.17.0.0+ ## Dotenv 0.9.0.0 * Remove `loadSafeFile`. Users must create their own parsers to convert the read values from `System.Environment` to another data type. Therefore,
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.9.0.0+version: 0.9.0.1 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:@@ -65,7 +65,7 @@ build-depends: base >= 4.9 && < 5.0 , base-compat >= 0.4 , dotenv- , optparse-applicative >= 0.11 && < 0.17+ , optparse-applicative >= 0.11 && < 0.18 , megaparsec , process , text