future-resource-0.4.0.0: future-resource.cabal
name: future-resource
version: 0.4.0.0
synopsis: realtime resource handling with manual concurrency
description: Similar to async package, lazy resource loading helper for GUI applications
license: LGPL-3
license-file: LICENSE
author: capsjac <capsjac at gmail dot com>
maintainer: capsjac <capsjac at gmail dot com>
copyright: (c) 2014 capsjac
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/capsjac/future-resource
library
exposed-modules: Control.Future
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5, transformers
-- hs-source-dirs:
default-language: Haskell2010