async-extras-0.1.0.0: async-extras.cabal
-- Initial async-extras.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: async-extras
version: 0.1.0.0
synopsis: Extra Utilities for the Async Library
-- description:
homepage: http://github.com/jfischoff/async-extras
license: BSD3
license-file: LICENSE
author: Jonathan Fischoff
maintainer: jonathangfischoff@gmail.com
-- copyright:
category: Concurrency
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Concurrent.Async.Extra
-- other-modules:
other-extensions: RecursiveDo
build-depends: base >=4.6 && <4.8
, async >=2.0 && <2.1
, stm >=2.4 && <2.5
, SafeSemaphore >=0.10 && <0.11
hs-source-dirs: src
default-language: Haskell2010