1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 06:01:15 +00:00

haskell-cuda: update to version 0.6.5.1

This commit is contained in:
Peter Simons 2014-12-12 09:48:47 +01:00
parent a00162df4a
commit f8f4e2168a

View file

@ -4,8 +4,10 @@
cabal.mkDerivation (self: {
pname = "cuda";
version = "0.6.5.0";
sha256 = "0q4c2xgffkchn8kxhiwjganmb3ki4yjhx5665zwfd18bgvmlnp60";
version = "0.6.5.1";
sha256 = "04j57inw4wmd0l74ryxdgpjcbf3zkklgkqw9bv7yp4n96n40mp0y";
isLibrary = true;
isExecutable = true;
buildTools = [ c2hs ];
extraLibraries = [ cudatoolkit nvidia_x11 self.stdenv.gcc ];
doCheck = false;