dotenv 0.5.2.0 → 0.5.2.1
raw patch · 3 files changed
+6/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- dotenv.cabal +1/−1
- src/Configuration/Dotenv/Types.hs +1/−2
CHANGELOG.md view
@@ -1,4 +1,8 @@ ## MASTER+## Dotenv 0.5.2.1++* Update documentation for Configuration.Dotenv.Types+ ## Dotenv 0.5.2.0 * Add `loadSafeFile` to typecheck the envs.
dotenv.cabal view
@@ -1,5 +1,5 @@ name: dotenv-version: 0.5.2.0+version: 0.5.2.1 synopsis: Loads environment variables from dotenv files homepage: https://github.com/stackbuilders/dotenv-hs description:
src/Configuration/Dotenv/Types.hs view
@@ -1,4 +1,4 @@-{- |+-- | -- Module : Configuration.Dotenv.Types -- Copyright : © 2015–2017 Stack Builders Inc. -- License : MIT@@ -8,7 +8,6 @@ -- Portability : portable -- -- Provides the types with extra options for loading a dotenv file.--} module Configuration.Dotenv.Types ( Config(..)