packages feed

hierarchical-env 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~methodPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: method

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,8 @@ # Revision history for hierarchical-env +## 0.2.0.1 -- 2021-05-08+* Relax library dependency (`method`)+ ## 0.2.0.0 -- 2021-04-28 * Change how to specify the super environment   * Before: Specify by adding type instance for `Super env`
hierarchical-env.cabal view
@@ -5,7 +5,7 @@ -- http://haskell.org/cabal/users-guide/  name:               hierarchical-env-version:            0.2.0.0+version:            0.2.0.1 synopsis:           hierarchical environments for dependency injection description:   This library provides scalable dependency injection for RIO monad@@ -27,7 +27,7 @@ common shared-properties   build-depends:     , base              >=4        && <5-    , method            ^>=0.3.1.0+    , method            >=0.3.1.0     , microlens         ^>=0.4     , microlens-mtl     ^>=0.2     , microlens-th      ^>=0.4