packages feed

registry 0.3.0.0 → 0.3.0.1

raw patch · 2 files changed

+4/−4 lines, 2 files

Files

README.md view
@@ -10,8 +10,8 @@ This library provides a data structure, a `Registry`, to control the creation of functions from other functions. You can use this technique to:   - create applications out of software components ("dependency injection")- - fine tune encoders/decoders (see the [`registry-aeson](http://github.com/etorreborre/registry-aeson) and the [`registry-messagepack](http://github.com/etorreborre/registry-messagepack) projects)- - create composable data generators for nested datatypes (see the [`registry-hedgehog](http://github.com/etorreborre/registry-hedgehog) and the [`registry-hedgehog-aeson](http://github.com/etorreborre/registry-hedgehog-aeson) projects)+ - fine tune encoders/decoders (see the [`registry-aeson`](http://github.com/etorreborre/registry-aeson) and the [`registry-messagepack`](http://github.com/etorreborre/registry-messagepack) projects)+ - create composable data generators for nested datatypes (see the [`registry-hedgehog`](http://github.com/etorreborre/registry-hedgehog) and the [`registry-hedgehog-aeson`](http://github.com/etorreborre/registry-hedgehog-aeson) projects)  You can watch a video presenting the main ideas behind the library [here](https://skillsmatter.com/skillscasts/12299-wire-once-rewire-twice). 
registry.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 11944d94a4212f7ef5df1e555aa3394d396814763cc31d4a42bec472afccddfc+-- hash: 3ebff4b546e57c6d84fade48fb47df565a3e0381b8891b5edcffb86e3bf17160  name:           registry-version:        0.3.0.0+version:        0.3.0.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.