dotenv 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~processPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: process
API changes (from Hackage documentation)
Files
- CHANGELOG.md +3/−0
- dotenv.cabal +2/−2
CHANGELOG.md view
@@ -1,4 +1,7 @@ ## MASTER+## Dotenv 0.6.0.2+* Support for `process-1.6.3.0`+ ## Dotenv 0.6.0.1 * Add support for `megaparsec-7.0.1` * Drop support for `GHC 7.8.4`
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.6.0.1+version: 0.6.0.2 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:@@ -92,7 +92,7 @@ , directory , megaparsec >= 7.0.1 && < 8.0 , containers- , process >= 1.6.4.0 && < 1.7+ , process >= 1.6.3.0 && < 1.7 , text , transformers >=0.4 && < 0.6 , exceptions >= 0.8 && < 0.11