teardown

Build composable, idempotent & transparent application cleanup sub-routines

https://github.com/roman/Haskell-teardown#readme

Version on this page:0.1.0.1
LTS Haskell 22.14:0.5.0.1
Stackage Nightly 2024-03-28:0.5.0.1
Latest on Hackage:0.5.0.1

See all snapshots teardown appears in

MIT licensed by Roman Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:teardown-0.1.0.1@sha256:5cd727c33ce818a62e51d991b3acc8d74671efebd7a727dcfa79a20338c7c775,2660

Module documentation for 0.1.0.1

teardow

teardown allows the creation of composable, idempotent and transparent application cleanup sub-routines.

For more information about teardown API and how to use it, see the teardown homepage.

Changes

Change log

teardown uses Semantic Versioning. The change log is available on GitHub.

v0.1.0.1

  • Add benchmark to compare with vanilla IO unit
  • Bump version of criterion to 1.2

v0.1.0.0

BREAKING CHANGES

  • Relax Glob dependency bounds
  • Add IResource typeclass and make newTeardown part of it
  • Remove concatTeardown and newDynTeardown functions in favor of overloades of IResource
  • Update TestSuite
  • Update Example

v0.0.0.2

  • Add haddock documentation to modules

v0.0.0.1

  • First release of teardown library