dejafu/async-dejafu/async-dejafu.cabal
2015-10-25 16:17:41 +00:00

29 lines
943 B
Plaintext

-- Initial async-dejafu.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: async-dejafu
version: 0.1.0.0
synopsis: Run MonadConc operations asynchronously and wait for their results.
-- description:
homepage: https://github.com/barrucadu/dejafu
license: BSD3
license-file: LICENSE
author: Michael Walker
maintainer: mike@barrucadu.co.uk
-- copyright:
category: Concurrency
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Concurrent.Async
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
, dejafu >= 0.1
, exceptions
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall