Fedora 20 Update: ghc-async-2.0.1.4-30.fc20

updates at fedoraproject.org updates at fedoraproject.org
Fri May 2 21:00:21 UTC 2014


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-4579
2014-03-31 00:51:50
--------------------------------------------------------------------------------

Name        : ghc-async
Product     : Fedora 20
Version     : 2.0.1.4
Release     : 30.fc20
URL         : http://hackage.haskell.org/package/async
Summary     : Asynchronous IO operations
Description :
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').

--------------------------------------------------------------------------------
Update Information:

Split 16 packages out of Haskell Platform
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1035543 - Review Request: ghc-async - Asynchronous IO operations
        https://bugzilla.redhat.com/show_bug.cgi?id=1035543
  [ 2 ] Bug #1047746 - Review Request: ghc-html - HTML combinator library
        https://bugzilla.redhat.com/show_bug.cgi?id=1047746
  [ 3 ] Bug #1066346 - Review Request: ghc-HTTP - A library for client-side HTTP
        https://bugzilla.redhat.com/show_bug.cgi?id=1066346
  [ 4 ] Bug #1069081 - Review Request: ghc-HUnit - Unit testing framework for Haskell
        https://bugzilla.redhat.com/show_bug.cgi?id=1069081
  [ 5 ] Bug #1059942 - Review Request: ghc-network - Network library
        https://bugzilla.redhat.com/show_bug.cgi?id=1059942
  [ 6 ] Bug #1038087 - Review Request: ghc-parsec - Monadic parser combinators
        https://bugzilla.redhat.com/show_bug.cgi?id=1038087
  [ 7 ] Bug #1069070 - Review Request: ghc-QuickCheck - Automatic testing of Haskell programs
        https://bugzilla.redhat.com/show_bug.cgi?id=1069070
  [ 8 ] Bug #1047804 - Review Request: ghc-regex-base - Haskell regex base library
        https://bugzilla.redhat.com/show_bug.cgi?id=1047804
  [ 9 ] Bug #1049207 - Review Request: ghc-regex-posix - Haskell posix regex library
        https://bugzilla.redhat.com/show_bug.cgi?id=1049207
  [ 10 ] Bug #1080786 - Review Request: ghc-transformers - Concrete functor and monad transformers
        https://bugzilla.redhat.com/show_bug.cgi?id=1080786
  [ 11 ] Bug #1086652 - Review Request: alex - Tool for generating lexical analysers in Haskell
        https://bugzilla.redhat.com/show_bug.cgi?id=1086652
  [ 12 ] Bug #1049202 - Review Request: ghc-syb - Scrap Your Boilerplate
        https://bugzilla.redhat.com/show_bug.cgi?id=1049202
  [ 13 ] Bug #1069062 - Review Request: cabal-install - Command-line interface for Cabal and Hackage
        https://bugzilla.redhat.com/show_bug.cgi?id=1069062
  [ 14 ] Bug #1086661 - Review Request: happy - Parser Generator for Haskell
        https://bugzilla.redhat.com/show_bug.cgi?id=1086661
  [ 15 ] Bug #1049714 - Review Request: ghc-regex-compat - Haskell regexp library
        https://bugzilla.redhat.com/show_bug.cgi?id=1049714
  [ 16 ] Bug #1082548 - Review Request: ghc-parallel - Parallel programming library
        https://bugzilla.redhat.com/show_bug.cgi?id=1082548
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update ghc-async' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list