packages feed

speculation-transformers-0.1: speculation-transformers.cabal

name:          speculation-transformers
category:      Control, Comonads
version:       0.1
license:       BSD3
cabal-version: >= 1.6
license-file:  LICENSE
author:        Edward A. Kmett
maintainer:    Edward A. Kmett <ekmett@gmail.com>
stability:     provisional
homepage:      http://github.com/ekmett/speculation-transformers/
copyright:     Copyright (C) 2011 Edward A. Kmett, Jake McArthur
synopsis:      Safe, programmable, speculative parallelism with monads.
description:   Safe, programmable, speculative parallelism with monads.
build-type:    Simple

source-repository head
  type: git
  location: git://github.com/ekmett/speculation-transformers.git

library
  build-depends: 
    base >= 4 && < 4.5,
    stm >= 2.1.2 && <= 2.2,
    speculation >= 1.0.0 && < 1.1,
    transformers >= 0.2.0 && < 0.3

  exposed-modules:
    Control.Monad.Trans.Cont.Speculation

  ghc-options: -Wall