summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cuda
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-21 16:28:10 +0100
committerPeter Simons <simons@cryp.to>2013-11-26 21:09:19 +0100
commite377575a688f1438fcb71ce70d7316dcc56eade2 (patch)
treed1257f2215689cec5a850b3f3361e585b56feb2c /pkgs/development/libraries/haskell/cuda
parent05fcd91c57cfcdd7382628cd81a67b1ccdda699a (diff)
downloadnixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar.gz
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar.bz2
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar.lz
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar.xz
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.tar.zst
nixlib-e377575a688f1438fcb71ce70d7316dcc56eade2.zip
haskell-cuda: update to version 0.5.1.1
Diffstat (limited to 'pkgs/development/libraries/haskell/cuda')
-rw-r--r--pkgs/development/libraries/haskell/cuda/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/cuda/default.nix b/pkgs/development/libraries/haskell/cuda/default.nix
index fbe0ec0a20cf..a53a1bda6a48 100644
--- a/pkgs/development/libraries/haskell/cuda/default.nix
+++ b/pkgs/development/libraries/haskell/cuda/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "cuda";
-  version = "0.5.1.0";
-  sha256 = "1zsfsz8i05iq54wxj1maj6qqzv4ibr459h47knc7ds1qv4giwzhl";
+  version = "0.5.1.1";
+  sha256 = "0bz1pfcxxvq1s47nrwgj9cqmr20p9n3hh2hilih8083hnjjwh40x";
   buildTools = [ c2hs ];
   extraLibraries = [ cudatoolkit nvidia_x11 self.stdenv.gcc ];
   doCheck = false;