name: disposable version: 0.1.0.0 synopsis: Allows storing different resource-releasing actions together. description: SomeDisposable aloows storing different resource releasing actions togther in a container. This library is useful for queueing up GHCJS.Foreign.Callback together to be released after a new rendering frame. homepage: https://github.com/louispan/disposable#readme license: BSD3 license-file: LICENSE author: Louis Pan maintainer: louis@pan.me copyright: 2017 Louis Pan category: Control build-type: Simple extra-source-files: README.md cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: Control.Disposable build-depends: base >= 4.7 && < 5 , dlist >= 0.8 && < 0.9 default-language: Haskell2010 if impl(ghcjs) build-depends: ghcjs-base source-repository head type: git location: https://github.com/githubuser/disposable