async-1.3: async.cabal
Name: async
Version: 1.3
Copyright: (c) 2004-2011 Peter Simons
License: BSD3
License-File: LICENSE
Author: Peter Simons <simons@cryp.to>
Maintainer: Peter Simons <simons@cryp.to>
Homepage: http://gitorious.org/async/
Category: Control, Concurrency, Parallelism
Synopsis: Asynchronous Computations
Cabal-Version: >= 1.6
Build-Type: Simple
Tested-With: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
Description:
An implementation of IO computations that return their value
asynchronously.
Source-Repository head
Type: git
Location: git://gitorious.org/async/mainline.git
Library
Build-Depends: base >= 3 && < 5
Exposed-Modules: Control.Async
Ghc-Options: -Wall