Name: join Synopsis: Parallel Join Patterns with Guards and Propagation Category: Concurrency Version: 0.4 Stability: experimental Cabal-Version: >= 1.2 License: BSD3 License-File: LICENSE Author: Martin Sulzmann Maintainer: martin.sulzmann@gmail.com Description: Parallel Join Patterns with Guards and Propagation homepage: http://sulzmann.blogspot.com/2008/12/parallel-join-patterns-with-guards-and.html data-files: README extra-source-files: examples/Sum.hs, examples/Santa.hs, examples/StackJoin.hs, examples/GossipingGirlsinJoin.hs, examples/BaggerProblem.hs, examples/MusicalChairsTest.hs, examples/PotatoShackTest.hs, examples/UnionFindTest.hs, examples/monads/Buffer.hs, examples/monads/Stack.hs, examples/monads/Santa.hs Build-Type: Simple Build-Depends: base, haskell98, stm, multisetrewrite, mtl Exposed-modules: Join.Base Join.Join Join.Monads Extensions: UndecidableInstances, FlexibleInstances, TypeSynonymInstances MultiParamTypeClasses, FunctionalDependencies, ScopedTypeVariables, ExistentialQuantification, FlexibleContexts, GADTs, TypeSynonymInstances, UndecidableInstances GHC-Options: -threaded tested-with: GHC == 6.8.2, GHC == 6.10.1