Name: strict-concurrency Version: 0.1 Synopsis: Strict concurrency abstractions Category: Control Description: This package provides strict versions of some standard Haskell concurrency abstractions (MVars,Chans), which provide control over where evaluation takes place not offered by the default lazy types. This may be useful for deciding when and where evaluation occurs, leading to improved time or space use, depending on the circumstances. License: BSD3 License-File: LICENSE Author: Don Stewart Maintainer: Don Stewart Copyright: (c) 2007 Don Stewart Homepage: http://code.haskell.org/~dons/code/strict-concurrency build-depends: base ghc-options: -Wall -Werror -fglasgow-exts extensions: CPP exposed-modules: Control.Concurrent.MVar.Strict Control.Concurrent.Chan.Strict