套件: libghc-retry-dev (0.8.1.2-2build2)
libghc-retry-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 haskell-retry:
- [haskell-retry_0.8.1.2-2build2.dsc]
- [haskell-retry_0.8.1.2.orig.tar.gz]
- [haskell-retry_0.8.1.2-2build2.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Haskell Group (郵件存檔)
- Joachim Breitner
- Clint Adams
外部的資源:
- 主頁 [github.com]
相似套件:
Retry combinators for monadic actions that may fail
This package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times.
The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他與 libghc-retry-dev 有關的套件
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libghc-base-dev-4.13.0.0-d4e5b
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-exceptions-dev-0.10.4-478d8
- 本虛擬套件由這些套件提供: libghc-exceptions-dev
-
- dep: libghc-ghc-prim-dev-0.5.3-49209
- 本虛擬套件由這些套件提供: ghc
-
- dep: libghc-random-dev-1.1-8b80a
- 本虛擬套件由這些套件提供: libghc-random-dev
-
- dep: libghc-transformers-dev-0.5.6.2-59c2c
- 本虛擬套件由這些套件提供: ghc
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-retry-doc
- Retry combinators for monadic actions that may fail; documentation
-
- sug: libghc-retry-prof
- Retry combinators for monadic actions that may fail; profiling libraries