abstract-par-accelerate 0.3.2 → 0.3.3
raw patch · 1 files changed
+5/−4 lines, 1 files
Files
abstract-par-accelerate.cabal view
@@ -1,5 +1,5 @@ Name: abstract-par-accelerate-Version: 0.3.2+Version: 0.3.3 Synopsis: Provides the class ParAccelerate, nothing more. Description: Following the convention the @abstract-par@ package,@@ -16,13 +16,14 @@ -- 0.3: Initial release. -- 0.3.1: Tweak Accelerate dependencies. -- 0.3.2: Add 'io' flag+-- 0.3.3: Set newAccelerate as default. Homepage: https://github.com/simonmar/monad-par License: BSD3 License-file: LICENSE-Author: Adam Foltzer 2011-2012+Author: Ryan Newton <rrnewton@gmail.com> Maintainer: Ryan Newton <rrnewton@gmail.com>-Copyright: (c) Adam Foltzer 2011-2012+Copyright: (c) Ryan Newton 2011-2012 Stability: Experimental Category: Parallelism Build-type: Simple@@ -55,4 +56,4 @@ default: False flag newAccelerate- default: False+ default: True