packages feed

dotenv 0.8.0.6 → 0.8.0.7

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~megaparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: megaparsec

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,4 +1,7 @@ ## MASTER+## Dotenv 0.8.0.7+* Allow megaparsec-0.9.0.0+ ## Dotenv 0.8.0.6 * Allow optparse-applicative-0.16.0.0 
dotenv.cabal view
@@ -1,5 +1,5 @@ name:                dotenv-version:             0.8.0.6+version:             0.8.0.7 synopsis:            Loads environment variables from dotenv files homepage:            https://github.com/stackbuilders/dotenv-hs description:@@ -100,7 +100,7 @@   build-depends:         base >=4.7 && <5.0                        , base-compat >= 0.4                        , directory-                       , megaparsec >= 7.0.1 && < 9.0+                       , megaparsec >= 7.0.1 && < 10.0                        , containers                        , process >= 1.6.3.0 && < 1.7                        , text