Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/ghc In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6897
Added Files: ghc-async.info Log Message: ghc-async 2.0.1.4 --- NEW FILE: ghc-async.info --- Package: ghc-async Version: 2.0.1.4 Revision: 1 Source: http://hackage.haskell.org/packages/archive/async/%v/async-%v.tar.gz Source-MD5: b62af9134df64aaa6868a7c50c856c38 SourceDirectory: async-%v Depends: ghc (<< 7.6.4-1), ghc-stm CompileScript: << runghc Setup.hs configure --prefix=%p --docdir=%p/share/doc/%n runghc Setup.hs build runghc Setup.hs haddock runghc Setup.hs register --gen-script runghc Setup.hs unregister --gen-script << InstallScript: runghc Setup.hs copy --destdir=%d DocFiles: LICENSE register.sh unregister.sh PostInstScript: %p/share/doc/%n/register.sh PreRmScript: sh %p/share/doc/%n/unregister.sh --force Description: Run IO operations asynchronously and wait for their results DescDetail: << This package provides a higher-level interface over threads, in which an Async a is a concurrent thread that will eventually deliver a value of type a. The package provides ways to create Async computations, wait for their results, and cancel them. Using Async is safer than using threads in two ways: * When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception (wait) or handle it (waitCatch); the exception cannot be ignored. * The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see withAsync). << Homepage: http://hackage.haskell.org/package/async License: BSD Maintainer: Brendan Cully <bren...@finkproject.org> ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs