Changelog for componentm-0.0.0.2
Change log
teardown uses Semantic Versioning. The change log is available on GitHub.
v0.0.0.2
- Add
pretty-showdependency - Improve upon pretty instances of types from this library
- Expose internal modules for flexibility
v0.0.0.1
- Relax lower version bounds for
prettyprinter,containers,exceptions,deepseq,tasty,tasty-hunitdependencies
v0.0.0.0
- Add
ComponentMtype, which supportsMonadandApplicative - Add
buildComponentto build components in IO with attached cleanup functions - Add
buildComponent_to build components in IO without cleanup functions - Add
withComponentMto run an application