The latest version of teardown is 0.5.0.1-0.

teardown

Version 0.3.0.0 revision 0 uploaded by RomanGonzalez.

Package meta

Synopsis
Build composable components for your application with clear teardown semantics
Description

The teardown library allows you to reliably deallocate resources created when initializing your application. It provides:

  • A ComponentM monad that allows you to build and compose resources with cleanup semantics

  • An API that composes IO cleanup sub-routines safely

Check Control.Teardown.Tutorial for more information.

Author
Roman Gonzalez
Bug reports
https://github.com/roman/Haskell-teardown/issues
Category
System
Copyright
© 2017 Roman Gonzalez
Homepage
https://github.com/roman/Haskell-teardown#readme
Maintainer
romanandreg@gmail.com
Package URL
n/a
Stability
alpha (experimental)

Components