registry 0.1.5.0 → 0.1.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- registry.cabal +2/−2
registry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 1c6cc7f387701fc51c07ade7ff76b3358aad3c168bcf3a99ded8a7d65173a417+-- hash: 41906188315641d6fa6296f476a1b9806a3c9b7bf9410c77d17a998a557d9aa8 name: registry-version: 0.1.5.0+version: 0.1.5.1 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.