name: transient-universe version: 0.3 cabal-version: >=1.10 build-type: Simple license: GPL-3 license-file: LICENSE maintainer: agocorona@gmail.com homepage: http://www.fpcomplete.com/user/agocorona bug-reports: https://github.com/agocorona/transient/issues synopsis: remote execution and map-reduce: distributed computing for transient description: see category: Control author: Alberto G. Corona source-repository head type: git location: https://github.com/agocorona/transient-universe library if impl(ghcjs >=0.1) build-depends: base >4 && <5, mtl -any, random -any, transient -any, containers -any, stm -any, transformers -any, process -any, bytestring -any, time -any, ghcjs-base -any, ghcjs-prim -any, text -any else build-depends: base >4 && <5, mtl -any, random -any, transient -any, containers -any, directory -any, filepath -any, stm -any, HTTP -any, network -any, transformers -any, process -any, network-info -any, bytestring -any, time -any, vector -any, TCache -any, websockets -any, network-uri -any, case-insensitive -any, hashable -any, text -any if !impl(ghcjs >=0.1) exposed-modules: Transient.Move.Services exposed-modules: Transient.Move Transient.MapReduce Transient.Move.Utils default-language: Haskell2010 hs-source-dirs: src . other-modules: