from-env 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+5/−3 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- README.md +2/−0
- from-env.cabal +3/−3
README.md view
@@ -1,3 +1,5 @@++ # from-env Haskell package to construct datatypes from environment variables.
from-env.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: from-env-version: 0.1.0.0+version: 0.1.1.0 synopsis: Provides a generic way to construct values from environment variables. @@ -46,7 +46,7 @@ -- other-modules: build-depends:- , base ^>=4.16.4.0+ , base ^>=4.16.3.0 , casing >=0.1.4 && <0.2 , text >=1.2.5 && <1.3 @@ -60,7 +60,7 @@ main-is: Spec.hs other-modules: System.Environment.FromEnvSpec build-depends:- , base ^>=4.16.4.0+ , base ^>=4.16.3.0 , from-env , hspec