speculation/speculation.cabal

29 lines
742 B
Plaintext
Raw Normal View History

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
synopsis: A framework for speculative evaluation
description: A framework for speculative evaluation
copyright: (c) 2010 Edward A. Kmett
build-type: Simple
cabal-version: >=1.2
tested-with: GHC==6.12.1
2010-06-27 11:12:52 +04:00
extra-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