orc-1.2.1.1: orc.cabal
name: orc
version: 1.2.1.1
synopsis: Orchestration-style co-ordination EDSL
description: Provides an EDSL with Orc primitives.
category: Web
license: BSD3
license-file: LICENSE
author: John Launchbury, Trevor Elliott
maintainer: John Launchbury, Trevor Elliott
Copyright: (c) 2008-2010, Galois, Inc.
cabal-version: >= 1.2.0
build-type: Simple
Library
Extensions: GeneralizedNewtypeDeriving
Build-Depends: base >= 4.2.0.0 && <= 5.0,
stm >= 2.2.0.0 && <= 2.3,
process >= 1.0.1.0 && <= 1.1,
mtl >= 2.0.1.0 && <= 2.1,
monadIO >= 0.10.1.1 && <= 0.11,
deepseq >= 1.1.0.0 && <= 1.2
Exposed-modules: Control.Concurrent.Hierarchical
Orc.Monad
Orc.Combinators
Orc
Hs-Source-Dirs: src
Ghc-Options: -Wall
Executable orc
Extensions: GeneralizedNewtypeDeriving
main-is: test.hs
Build-Depends: deepseq,
random
hs-source-dirs: src src/Examples
ghc-options: -threaded