registry 0.3.0.2 → 0.3.0.3
raw patch · 1 files changed
+2/−2 lines, 1 files
Files
- registry.cabal +2/−2
registry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 9ba7f8091021f03ebb9a7b4f83ac5a8bbbecda3361f0cddb96ce1850e22eefe5+-- hash: caf52cc0099401e13a94d7a23616a310eec3c3e030a0334cd374a74f75693fea name: registry-version: 0.3.0.2+version: 0.3.0.3 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.