haskell-accelerate-cuda: update to version 0.13.0.0
This commit is contained in:
parent
7761952d06
commit
e7bf966cd8
@ -1,19 +1,19 @@
|
|||||||
{ cabal, accelerate, binary, cryptohash, cuda, fclabels, filepath
|
{ cabal, accelerate, binary, cryptohash, cuda, fclabels, filepath
|
||||||
, hashable, hashtables, languageCQuote, mainlandPretty, mtl, srcloc
|
, hashable, hashtables, languageCQuote, mainlandPretty, mtl
|
||||||
, text, transformers, unorderedContainers
|
, SafeSemaphore, srcloc, text, transformers, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "accelerate-cuda";
|
pname = "accelerate-cuda";
|
||||||
version = "0.12.1.2";
|
version = "0.13.0.0";
|
||||||
sha256 = "184rxdp9idvhrqa0k3fqcm3nrgjcs3f53dz7wrhhpfa3iqrr6vd4";
|
sha256 = "1wlvnbafdbjs8s1ds1zip2wqag96y1nj03zhr0sikgccyszfadf1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
accelerate binary cryptohash cuda fclabels filepath hashable
|
accelerate binary cryptohash cuda fclabels filepath hashable
|
||||||
hashtables languageCQuote mainlandPretty mtl srcloc text
|
hashtables languageCQuote mainlandPretty mtl SafeSemaphore srcloc
|
||||||
transformers unorderedContainers
|
text transformers unorderedContainers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cse.unsw.edu.au/~chak/project/accelerate/";
|
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
|
||||||
description = "Accelerate backend for NVIDIA GPUs";
|
description = "Accelerate backend for NVIDIA GPUs";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.stdenv.lib.platforms.none;
|
platforms = self.stdenv.lib.platforms.none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user