teardown

Build composable, idempotent & transparent application cleanup sub-routines

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

Version on this page:0.1.0.0
LTS Haskell 22.19:0.5.0.1
Stackage Nightly 2024-04-27: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.0@sha256:3c71c0bfec1f0e291f762af275999ca443aacbff923033a3c4104219e851cca6,2632

Module documentation for 0.1.0.0

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.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