about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-10-23 17:17:48 +0200
committerPeter Simons <simons@cryp.to>2012-10-23 18:14:11 +0200
commit41ade95c300df82de3211fb7a3d089daaaee8780 (patch)
tree51dad0e55b4c729cb7ac1ffb52873adc79aebab5 /pkgs/development/libraries
parent56cee6fe5c8411ecfdb8fb2c66f19427ba3c36a1 (diff)
downloadnixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar.gz
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar.bz2
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar.lz
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar.xz
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.tar.zst
nixlib-41ade95c300df82de3211fb7a3d089daaaee8780.zip
haskell-async: update to version 2.0.1.4
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/async/2.0.1.4.nix (renamed from pkgs/development/libraries/haskell/async/2.0.1.3.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/async/2.0.1.3.nix b/pkgs/development/libraries/haskell/async/2.0.1.4.nix
index a0da6384e958..c5caa55e97f0 100644
--- a/pkgs/development/libraries/haskell/async/2.0.1.3.nix
+++ b/pkgs/development/libraries/haskell/async/2.0.1.4.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "async";
-  version = "2.0.1.3";
-  sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh";
+  version = "2.0.1.4";
+  sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1";
   buildDepends = [ stm ];
   meta = {
     homepage = "https://github.com/simonmar/async";