registry 0.1.0.3 → 0.1.0.4
raw patch · 1 files changed
+3/−2 lines, 1 filesdep +tasty-discover
Dependencies added: tasty-discover
Files
- registry.cabal +3/−2
registry.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: e874839524e4435322c3fb1ad902da3c64c103e774ee9abdc4ba082e60aa208d+-- hash: bd4dc95f3b494c413fd4f8d751f461b17b0020960fcd856df631e8c826ebbfd7 name: registry-version: 0.1.0.3+version: 0.1.0.4 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.@@ -84,6 +84,7 @@ , registry , resourcet <1.3 , tasty <1.2+ , tasty-discover <4.3 , tasty-hedgehog <0.3 , tasty-th <0.2 , text <2