haskell-async: update to version 2.0.1.4

This commit is contained in:
Peter Simons 2012-10-23 17:17:48 +02:00
parent 56cee6fe5c
commit 41ade95c30
2 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "async"; pname = "async";
version = "2.0.1.3"; version = "2.0.1.4";
sha256 = "1rbjr6xw5sp8npw17fxg0942kikssv2hyci2sy26r0na98483mkh"; sha256 = "1hi40bjwpl65mz7zj0sgh16bp9dwafbm5ysi2q8fzwwq5l0zxpa1";
buildDepends = [ stm ]; buildDepends = [ stm ];
meta = { meta = {
homepage = "https://github.com/simonmar/async"; homepage = "https://github.com/simonmar/async";

View File

@ -120,7 +120,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
haskellPlatformArgs_future = self : { haskellPlatformArgs_future = self : {
inherit (self) cabal ghc; inherit (self) cabal ghc;
async = self.async_2_0_1_3; # 7.6 ok async = self.async_2_0_1_4; # 7.6 ok
cgi = self.cgi_3001_1_8_3; # 7.6 ok cgi = self.cgi_3001_1_8_3; # 7.6 ok
fgl = self.fgl_5_4_2_4; # 7.6 ok fgl = self.fgl_5_4_2_4; # 7.6 ok
GLUT = self.GLUT_2_3_0_0; # 7.6 ok GLUT = self.GLUT_2_3_0_0; # 7.6 ok
@ -155,7 +155,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
haskellPlatformArgs_2012_4_0_0 = self : { haskellPlatformArgs_2012_4_0_0 = self : {
inherit (self) cabal ghc; inherit (self) cabal ghc;
async = self.async_2_0_1_3; async = self.async_2_0_1_4;
cgi = self.cgi_3001_1_7_4; cgi = self.cgi_3001_1_7_4;
fgl = self.fgl_5_4_2_4; fgl = self.fgl_5_4_2_4;
GLUT = self.GLUT_2_1_2_1; GLUT = self.GLUT_2_1_2_1;
@ -462,8 +462,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
AspectAG = callPackage ../development/libraries/haskell/AspectAG {}; AspectAG = callPackage ../development/libraries/haskell/AspectAG {};
async_2_0_1_3 = callPackage ../development/libraries/haskell/async/2.0.1.3.nix {}; async_2_0_1_4 = callPackage ../development/libraries/haskell/async/2.0.1.4.nix {};
async = self.async_2_0_1_3; async = self.async_2_0_1_4;
attempt = callPackage ../development/libraries/haskell/attempt {}; attempt = callPackage ../development/libraries/haskell/attempt {};