disposable-0.2.0.2: disposable.cabal
name: disposable
version: 0.2.0.2
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
tested-with: GHC == 8.0.1
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
if !impl(ghcjs)
build-depends: ghcjs-base-stub >= 0.1.0.2 && < 1
source-repository head
type: git
location: https://github.com/githubuser/disposable