haskell-accelerate-examples: update to version 0.13.0.0

This commit is contained in:
Peter Simons 2013-05-11 15:17:47 +02:00
parent e7bf966cd8
commit eea7bbaf1a

View File

@ -1,25 +1,26 @@
{ cabal, accelerate, accelerateCuda, accelerateIo, attoparsec, bmp { cabal, accelerate, accelerateCuda, accelerateFft, accelerateIo
, bytestringLexing, cmdargs, criterion, cuda, deepseq, fclabels , attoparsec, bmp, bytestringLexing, cereal, cmdargs, criterion
, filepath, gloss, hashtables, mtl, mwcRandom, pgm, QuickCheck , cuda, deepseq, fclabels, filepath, gloss, hashtables, mtl
, random, testFramework, testFrameworkQuickcheck2, vector , mwcRandom, pgm, QuickCheck, random, repa, repaIo, testFramework
, vectorAlgorithms , testFrameworkQuickcheck2, vector, vectorAlgorithms
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "accelerate-examples"; pname = "accelerate-examples";
version = "0.12.1.0"; version = "0.13.0.0";
sha256 = "0vlax90yy9h4ljm87ffmnqv881nr4ssbc968mbbwi2704hn4chhb"; sha256 = "18f8p47sf10zn678540qzzf5pl18w9f068s83lpz4lk0r5gf4lzx";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
accelerate accelerateCuda accelerateIo attoparsec bmp accelerate accelerateCuda accelerateFft accelerateIo attoparsec bmp
bytestringLexing cmdargs criterion cuda deepseq fclabels filepath bytestringLexing cereal cmdargs criterion cuda deepseq fclabels
gloss hashtables mtl mwcRandom pgm QuickCheck random testFramework filepath gloss hashtables mtl mwcRandom pgm QuickCheck random repa
testFrameworkQuickcheck2 vector vectorAlgorithms repaIo testFramework testFrameworkQuickcheck2 vector
vectorAlgorithms
]; ];
configureFlags = "-f-opencl"; configureFlags = "-f-opencl";
meta = { meta = {
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/"; homepage = "https://github.com/AccelerateHS/accelerate-examples";
description = "Examples using the Accelerate library"; description = "Examples using the Accelerate library";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none; platforms = self.stdenv.lib.platforms.none;