2010-06-27 10:58:44 +04:00
|
|
|
name: speculation
|
|
|
|
version: 0.0.0
|
|
|
|
license: BSD3
|
|
|
|
license-file: LICENSE
|
|
|
|
author: Edward A. Kmett
|
|
|
|
maintainer: Edward A. Kmett <ekmett@gmail.com>
|
|
|
|
stability: experimental
|
|
|
|
homepage: http://comonad.com/reader
|
|
|
|
category: Concurrency
|
2010-06-27 11:14:35 +04:00
|
|
|
synopsis: A framework for safe, programmable, speculative parallelism
|
|
|
|
description: A framework for safe, programmable, speculative parallelism, loosely based on
|
|
|
|
<http://research.microsoft.com/pubs/118795/pldi026-vaswani.pdf>
|
2010-06-27 10:58:44 +04:00
|
|
|
copyright: (c) 2010 Edward A. Kmett
|
|
|
|
build-type: Simple
|
|
|
|
cabal-version: >=1.2
|
|
|
|
tested-with: GHC==6.12.1
|
2010-06-27 11:14:35 +04:00
|
|
|
extra-source-files: README.markdown
|
2010-06-27 10:58:44 +04:00
|
|
|
|
|
|
|
library
|
|
|
|
ghc-options: -Wall
|
|
|
|
|
|
|
|
build-depends:
|
|
|
|
base >= 4 && < 6,
|
|
|
|
containers >= 0.2.0.1,
|
|
|
|
array >= 0.2 && < 0.4,
|
|
|
|
parallel >= 2.2 && < 2.3
|
|
|
|
|
|
|
|
exposed-modules:
|
|
|
|
Control.Concurrent.Speculation
|