软件包:libghc-retry-dev(0.7.7.0-1 以及其他的)
libghc-retry-dev 的相关链接
Debian 的资源:
下载源码包 haskell-retry:
- [haskell-retry_0.7.7.0-1.dsc]
- [haskell-retry_0.7.7.0.orig.tar.gz]
- [haskell-retry_0.7.7.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [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: libatomic1 (>= 4.8)
- 提供 __atomic 内置函数的支持库
-
- dep: libc6 (>= 2.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-7db1a
- 本虚包由这些包填实: ghc
-
- dep: libghc-exceptions-dev-0.10.0-c507a
- 本虚包由这些包填实: libghc-exceptions-dev
-
- dep: libghc-ghc-prim-dev-0.5.2.0-0a259
- 本虚包由这些包填实: ghc
-
- dep: libghc-random-dev-1.1-98be1
- 本虚包由这些包填实: libghc-random-dev
-
- dep: libghc-transformers-dev-0.5.5.0-b5d2f
- 本虚包由这些包填实: ghc
-
- dep: libgmp10
- 多精度运算库
-
- 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