@hackage registry0.6.3.1
data structure for assembling components
Categories
License
MIT
Maintainer
etorreborre@yahoo.com
Links
Versions
Installation
Dependencies (15)
- base >=4.14 && <5
- containers >=0.5 && <1.0
- mtl >=2.0 && <3
- template-haskell >=2.13 && <3.0
- text >=1.1 && <3
- exceptions >=0.8 && <0.11 Show all…
Dependents (6)
@hackage/registry-messagepack, @hackage/acme-everything, @hackage/registry-hedgehog, @hackage/registry-hedgehog-aeson, @hackage/registry-aeson, @hackage/registry-options
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 for a full description of the library.