forked from mirrors/nixpkgs
haskell-cuda: update to version 0.4.1.1
This commit is contained in:
parent
bd4ae80584
commit
ead567b890
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cuda";
|
pname = "cuda";
|
||||||
version = "0.4.1.0";
|
version = "0.4.1.1";
|
||||||
sha256 = "1drr95d4v3khidxr6na5vyq28bv5rqk2n676q0bydc4rqwhb1z6w";
|
sha256 = "05hhlnfyr30r1frsc15px38ijd1qvs125yjxvsi6q1kmmkq1w6y9";
|
||||||
buildDepends = [ extensibleExceptions ];
|
buildDepends = [ extensibleExceptions ];
|
||||||
buildTools = [ c2hs ];
|
buildTools = [ c2hs ];
|
||||||
extraLibraries = [ cudatoolkit nvidia_x11 self.stdenv.gcc ];
|
extraLibraries = [ cudatoolkit nvidia_x11 self.stdenv.gcc ];
|
||||||
|
|
Loading…
Reference in a new issue