packages feed

registry 0.1.5.1 → 0.1.5.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~tasty-hedgehogPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-hedgehog

API changes (from Hackage documentation)

Files

registry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 41906188315641d6fa6296f476a1b9806a3c9b7bf9410c77d17a998a557d9aa8+-- hash: 3ee6a6cc26719b0cac6525924b2ae68ec4f80bdb946484f1df1db563ec513b52  name:           registry-version:        0.1.5.1+version:        0.1.5.2 synopsis:       data structure for assembling components description:    This library provides a "Registry" which is a data structure containing a list of functions and values representing dependencies in a directed acyclic graph. A `make` function can then be used to create a value of a specific type out of the registry.                 You can start with the [README](https://github.com/etorreborre/registry/blob/master/README.md) for a full description of the library.@@ -118,7 +118,7 @@     , semigroups <0.19     , tasty <1.3     , tasty-discover <4.3-    , tasty-hedgehog >=0.3.0.0 && <0.4.0.0+    , tasty-hedgehog >=1.0 && <1.1     , tasty-th <0.2     , template-haskell >=2.13 && <3.0     , text <2