haskell-accelerate-examples: update to version 0.14.0.0
This commit is contained in:
parent
3565daeb02
commit
fe96c6bc11
@ -1,22 +1,23 @@
|
|||||||
{ cabal, accelerate, accelerateCuda, accelerateFft, accelerateIo
|
{ cabal, accelerate, accelerateCuda, accelerateFft, accelerateIo
|
||||||
, attoparsec, bmp, bytestringLexing, cereal, cmdargs, criterion
|
, attoparsec, bmp, bytestringLexing, cereal, criterion, ekg
|
||||||
, cuda, deepseq, fclabels, filepath, gloss, hashtables, mtl
|
, fclabels, filepath, gloss, glossAccelerate, glossRasterAccelerate
|
||||||
, mwcRandom, pgm, QuickCheck, random, repa, repaIo, testFramework
|
, HUnit, mwcRandom, primitive, QuickCheck, random, repa, repaIo
|
||||||
, testFrameworkQuickcheck2, vector, vectorAlgorithms
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
|
, vector, vectorAlgorithms
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "accelerate-examples";
|
pname = "accelerate-examples";
|
||||||
version = "0.13.0.0";
|
version = "0.14.0.0";
|
||||||
sha256 = "18f8p47sf10zn678540qzzf5pl18w9f068s83lpz4lk0r5gf4lzx";
|
sha256 = "01hxww3ypjlcfimkvf7gxl2g7msad2yw1d6m0h4kkfqvpx84nfwr";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
accelerate accelerateCuda accelerateFft accelerateIo attoparsec bmp
|
accelerate accelerateCuda accelerateFft accelerateIo attoparsec bmp
|
||||||
bytestringLexing cereal cmdargs criterion cuda deepseq fclabels
|
bytestringLexing cereal criterion ekg fclabels filepath gloss
|
||||||
filepath gloss hashtables mtl mwcRandom pgm QuickCheck random repa
|
glossAccelerate glossRasterAccelerate HUnit mwcRandom primitive
|
||||||
repaIo testFramework testFrameworkQuickcheck2 vector
|
QuickCheck random repa repaIo testFramework testFrameworkHunit
|
||||||
vectorAlgorithms
|
testFrameworkQuickcheck2 vector vectorAlgorithms
|
||||||
];
|
];
|
||||||
configureFlags = "-f-opencl";
|
configureFlags = "-f-opencl";
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user