Regenerated accelerate-examples expression with cabal2nix.

svn path=/nixpkgs/trunk/; revision=34190
This commit is contained in:
Andres Löh 2012-05-20 20:31:15 +00:00
parent 5144845d71
commit 513b42ef2b

View File

@ -1,8 +1,8 @@
{ cabal, accelerate, accelerateCuda, accelerateIo
, attoparsec, bmp, bytestringLexing, cmdargs, criterion, cuda
, deepseq, fclabels, filepath, gloss, hashtables, mtl, mwcRandom
, pgm, QuickCheck, random, testFramework, testFrameworkQuickcheck2
, vector, vectorAlgorithms
{ cabal, accelerate, accelerateCuda, accelerateIo, attoparsec, bmp
, bytestringLexing, cmdargs, criterion, cuda, deepseq, fclabels
, filepath, gloss, hashtables, mtl, mwcRandom, pgm, QuickCheck
, random, testFramework, testFrameworkQuickcheck2, vector
, vectorAlgorithms
}:
cabal.mkDerivation (self: {
@ -12,11 +12,12 @@ cabal.mkDerivation (self: {
isLibrary = false;
isExecutable = true;
buildDepends = [
accelerate accelerateCuda accelerateIo attoparsec
bmp bytestringLexing cmdargs criterion cuda deepseq fclabels
filepath gloss hashtables mtl mwcRandom pgm QuickCheck random
testFramework testFrameworkQuickcheck2 vector vectorAlgorithms
accelerate accelerateCuda accelerateIo attoparsec bmp
bytestringLexing cmdargs criterion cuda deepseq fclabels filepath
gloss hashtables mtl mwcRandom pgm QuickCheck random testFramework
testFrameworkQuickcheck2 vector vectorAlgorithms
];
configureFlags = "-f-opencl";
meta = {
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
description = "Examples using the Accelerate library";