transient-0.4.2.2: transient.cabal
name: transient
version: 0.4.2.2
author: Alberto G. Corona
cabal-version: >=1.10
build-type: Simple
license: MIT
license-file: LICENSE
maintainer: agocorona@gmail.com
homepage: http://www.fpcomplete.com/user/agocorona
bug-reports: https://github.com/agocorona/transient/issues
synopsis: Making composable programs with multithreading, events and distributed computing
description: See <http://github.com/agocorona/transient>
In this release distributed primitives have been moved to the transient-universe package, and web primitives have been moved to the ghcjs-hplay package.
category: Control
data-dir: ""
library
build-depends: base > 4 && < 5
, containers
, mtl
, transformers
, stm
, time
exposed-modules: Transient.Backtrack
Transient.Base
Transient.EVars
Transient.Indeterminism
Transient.Internals
Transient.Logged
Transient.Stream.Resource
exposed: True
buildable: True
exposed: True
default-language: Haskell2010
hs-source-dirs: src .
source-repository head
type: git
location: https://github.com/agocorona/transient