From d33dfed74a122975100f7f3c959aecaeeb9e1423 Mon Sep 17 00:00:00 2001 From: ekmett Date: Sun, 27 Jun 2010 00:14:35 -0700 Subject: [PATCH] hackage release 0.0.0 --- speculation.cabal | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/speculation.cabal b/speculation.cabal index 6d43b8e..6c240ef 100644 --- a/speculation.cabal +++ b/speculation.cabal @@ -7,13 +7,14 @@ maintainer: Edward A. Kmett stability: experimental homepage: http://comonad.com/reader category: Concurrency -synopsis: A framework for speculative evaluation -description: A framework for speculative evaluation +synopsis: A framework for safe, programmable, speculative parallelism +description: A framework for safe, programmable, speculative parallelism, loosely based on + copyright: (c) 2010 Edward A. Kmett build-type: Simple cabal-version: >=1.2 tested-with: GHC==6.12.1 -extra-files: README.markdown +extra-source-files: README.markdown library ghc-options: -Wall