packages feed

dotenv 0.5.2.4 → 0.5.2.5

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,8 @@ ## MASTER++## Dotenv 0.5.2.5+* Update `exceptions` bounds `>= 0.8 && < 0.11`+ ## Dotenv 0.5.2.4 * Add error message when there is more than one definition in the Scheme for the same env
dotenv.cabal view
@@ -1,5 +1,5 @@ name:                dotenv-version:             0.5.2.4+version:             0.5.2.5 synopsis:            Loads environment variables from dotenv files homepage:            https://github.com/stackbuilders/dotenv-hs description:@@ -93,7 +93,7 @@                        , process >= 1.4.3.0                        , text                        , transformers >=0.4 && < 0.6-                       , exceptions >= 0.8 && < 0.10+                       , exceptions >= 0.8 && < 0.11                        , yaml >= 0.8    if !impl(ghc >= 7.10)@@ -135,7 +135,7 @@                      , process >= 1.4.3.0                      , text                      , transformers >=0.4 && < 0.6-                     , exceptions >= 0.8 && < 0.10+                     , exceptions >= 0.8 && < 0.11                      , hspec-megaparsec >= 1.0 && < 2.0                      , yaml >= 0.8