dotenv 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+9/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- dotenv.cabal +6/−1
- spec/fixtures/.dotenv.example +3/−0
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.5.0.0+version: 0.5.0.1 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:@@ -43,6 +43,11 @@ , README.md cabal-version: >=1.10 bug-reports: https://github.com/stackbuilders/dotenv-hs/issues++data-dir: spec/fixtures/+data-files:+ .dotenv+ .dotenv.example flag dev description: Turn on development settings.
+ spec/fixtures/.dotenv.example view
@@ -0,0 +1,3 @@+DOTENV=+UNICODE_TEST=+ANOTHER_ENV=