summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-11 12:12:47 +0100
committerPeter Simons <simons@cryp.to>2013-11-11 14:39:59 +0100
commitf4775459ac5d5f52d372d539bc1d1b115c48c651 (patch)
tree8ee1a9978706c34602239e6530c1d26f4b6b8880 /pkgs
parent598541fc157d0ecb710451a41e33c20400147179 (diff)
downloadnixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar.gz
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar.bz2
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar.lz
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar.xz
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.tar.zst
nixlib-f4775459ac5d5f52d372d539bc1d1b115c48c651.zip
haskell-threads: update to version 0.5.0.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/threads/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/threads/default.nix b/pkgs/development/libraries/haskell/threads/default.nix
index d802790da9d7..0683ba62d4b0 100644
--- a/pkgs/development/libraries/haskell/threads/default.nix
+++ b/pkgs/development/libraries/haskell/threads/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "threads";
-  version = "0.5.0.2";
-  sha256 = "14ccmjg56429a3mzx11ccv18bvkqg56ph9kbpmhdx2ajar80g6jm";
+  version = "0.5.0.3";
+  sha256 = "1da5p65qf1w746flqnl7pxd05pdh8psi6psi0zsqqxmiykw4zvrf";
   buildDepends = [ baseUnicodeSymbols stm ];
   testDepends = [
     baseUnicodeSymbols concurrentExtra HUnit stm testFramework