summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cuda
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-14 20:56:24 +0200
committerPeter Simons <simons@cryp.to>2013-04-14 23:06:17 +0200
commit64acc3a989661f68c049cc969445ed47a664b12d (patch)
tree164f2d935ac66c0e24b1eb7fc4124ac32d7535e1 /pkgs/development/libraries/haskell/cuda
parentbef28c980743c08e37e71b035fab5d09e4d95a87 (diff)
downloadnixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar.gz
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar.bz2
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar.lz
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar.xz
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.tar.zst
nixlib-64acc3a989661f68c049cc969445ed47a664b12d.zip
haskell-cuda: update to version 0.5.0.2
Diffstat (limited to 'pkgs/development/libraries/haskell/cuda')
-rw-r--r--pkgs/development/libraries/haskell/cuda/0.5.0.2.nix (renamed from pkgs/development/libraries/haskell/cuda/0.5.0.1.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cuda/0.5.0.1.nix b/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix
index 0d9a594ff5c3..38ac1db8194c 100644
--- a/pkgs/development/libraries/haskell/cuda/0.5.0.1.nix
+++ b/pkgs/development/libraries/haskell/cuda/0.5.0.2.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cuda";
-  version = "0.5.0.1";
-  sha256 = "0gxkf97c4cm9d7kk0izgz3m44ycys1lcl4bq828c6l1wim1xz28b";
+  version = "0.5.0.2";
+  sha256 = "1if730wcww5qx5qki1ir0d576wwpwrh00krp1svgdlx2j50rmgq5";
   buildTools = [ c2hs ];
   extraLibraries = [ cudatoolkit nvidia_x11 self.stdenv.gcc ];
   doCheck = false;