mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
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
|
||||
, fclabels, filepath, hashable, hashtables, languageCQuote
|
||||
, mainlandPretty, mtl, srcloc, transformers, unorderedContainers
|
||||
{ cabal, accelerate, binary, cryptohash, cuda, fclabels, filepath
|
||||
, hashable, hashtables, languageCQuote, mainlandPretty, mtl, srcloc
|
||||
, text, transformers, unorderedContainers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "accelerate-cuda";
|
||||
version = "0.12.1.1";
|
||||
sha256 = "1kj9i6djjb46ad3dnzk72mf33r8h1mjxljs7x5rf2d658hqk5yfv";
|
||||
version = "0.12.1.2";
|
||||
sha256 = "184rxdp9idvhrqa0k3fqcm3nrgjcs3f53dz7wrhhpfa3iqrr6vd4";
|
||||
buildDepends = [
|
||||
accelerate binary blazeBuilder cryptohash cuda fclabels filepath
|
||||
hashable hashtables languageCQuote mainlandPretty mtl srcloc
|
||||
accelerate binary cryptohash cuda fclabels filepath hashable
|
||||
hashtables languageCQuote mainlandPretty mtl srcloc text
|
||||
transformers unorderedContainers
|
||||
];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user