mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-12-20 03:51:39 +03:00
29 lines
943 B
Plaintext
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
|