Updated tested-with

This commit is contained in:
Edward Kmett 2013-10-13 19:14:47 -04:00
parent c9603de150
commit da4f6df775

View File

@ -1,5 +1,5 @@
name: speculation
version: 1.5
version: 1.5.0.1
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
@ -8,10 +8,10 @@ stability: experimental
homepage: http://github.com/ekmett/speculation
bug-reports: http://github.com/ekmett/speculation/issues
category: Concurrency
copyright: (c) 2010 Edward A. Kmett
copyright: (c) 2010-2013 Edward A. Kmett
build-type: Custom
cabal-version: >=1.6
tested-with: GHC==6.12.1, GHC==7.3.20111017
tested-with: GHC==6.12.1, GHC==7.3.20111017, GHC==7.4.1, GHC==7.6.3, GHC==7.7
synopsis: A framework for safe, programmable, speculative parallelism
description:
A framework for safe, programmable, speculative parallelism, loosely based on: