registry 0.2.0.1 → 0.2.0.2
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: af999eb6e06f804acbe70c38692e89b1b97d9dc204f6aecd3f2b716e224380f7+-- hash: 7253608146678e39ff75bdef988910d2ab247acf4be3a763d67debe625c06266 name: registry-version: 0.2.0.1+version: 0.2.0.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.