packages feed

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 view
@@ -1,3 +1,5 @@+![Hackage](https://img.shields.io/hackage/v/from-env)+ # 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