packages feed

transient-0.4.4.1: transient.cabal

name: transient

version: 0.4.4.1

author: Alberto G. Corona
maintainer: agocorona@gmail.com

cabal-version: >=1.10

build-type: Simple

license: MIT
license-file: LICENSE

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
                     , directory
                     , random

    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