All Versions
3
Latest Version
Avg Release Cycle
4 days
Latest Release
2168 days ago

Changelog History

  • v0.0.0.2

    May 20, 2018
  • v0.0.0.1 Changes

    May 13, 2018
    • ๐Ÿ–จ Relax lower version bounds for prettyprinter, containers, exceptions,
      deepseq, tasty, tasty-hunit dependencies
  • v0.0.0.0 Changes

    May 13, 2018
    • โž• Add ComponentM type, which supports Monad and Applicative
    • โž• Add buildComponent to build components in IO with attached cleanup functions
    • โž• Add buildComponent_ to build components in IO without cleanup functions
    • โž• Add withComponentM to run an application