haskell-accelerate-cuda: update to version 0.12.1.2
This commit is contained in:
parent
3c627e290c
commit
b581d13fef
@ -1,15 +1,15 @@
|
|||||||
{ cabal, accelerate, binary, blazeBuilder, cryptohash, cuda
|
{ cabal, accelerate, binary, cryptohash, cuda, fclabels, filepath
|
||||||
, fclabels, filepath, hashable, hashtables, languageCQuote
|
, hashable, hashtables, languageCQuote, mainlandPretty, mtl, srcloc
|
||||||
, mainlandPretty, mtl, srcloc, transformers, unorderedContainers
|
, text, transformers, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "accelerate-cuda";
|
pname = "accelerate-cuda";
|
||||||
version = "0.12.1.1";
|
version = "0.12.1.2";
|
||||||
sha256 = "1kj9i6djjb46ad3dnzk72mf33r8h1mjxljs7x5rf2d658hqk5yfv";
|
sha256 = "184rxdp9idvhrqa0k3fqcm3nrgjcs3f53dz7wrhhpfa3iqrr6vd4";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
accelerate binary blazeBuilder cryptohash cuda fclabels filepath
|
accelerate binary cryptohash cuda fclabels filepath hashable
|
||||||
hashable hashtables languageCQuote mainlandPretty mtl srcloc
|
hashtables languageCQuote mainlandPretty mtl srcloc text
|
||||||
transformers unorderedContainers
|
transformers unorderedContainers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user