load-env 0.0.4 → 0.0.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- load-env.cabal +1/−1
- src/LoadEnv.hs +1/−1
load-env.cabal view
@@ -1,5 +1,5 @@ Name: load-env-Version: 0.0.4+Version: 0.0.5 Author: Pat Brisbin <pbrisbin@gmail.com> Maintainer: Pat Brisbin <pbrisbin@gmail.com> License: BSD3
src/LoadEnv.hs view
@@ -29,7 +29,7 @@ -- -- If you wish to specify your own file, use @'loadEnvFrom'@. If you wish to -- pass your own string or work with the parse result directly, use the--- lower-level functions available in @"System.Env.Parse"@.+-- lower-level functions available in @"LoadEnv.Parse"@. -- loadEnv :: IO () loadEnv = loadEnvFrom ".env"