1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

happy: update to version 1.19.2

This commit is contained in:
Peter Simons 2013-12-02 20:43:21 +01:00
parent 07ce265406
commit 64feb74f44
2 changed files with 5 additions and 5 deletions

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "happy";
version = "1.19.1";
sha256 = "0vhyv8pgj3cc31xx1vbdlhc01sfpl6xpzya79bvssnkian2n6yy2";
version = "1.19.2";
sha256 = "1m74dz83fs7gbcr040nhfx1xw3smjk24g5cp6a0wxvrmlh12yc66";
isLibrary = false;
isExecutable = true;
buildDepends = [ mtl ];

View file

@ -177,7 +177,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
cabalInstall = self.cabalInstall_1_18_0_2;
alex = self.alex_3_1_3;
haddock = self.haddock_2_13_2;
happy = self.happy_1_19_1;
happy = self.happy_1_19_2;
primitive = self.primitive_0_5_1_0; # semi-official, but specified
};
@ -2493,8 +2493,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
happy_1_18_9 = callPackage ../development/tools/parsing/happy/1.18.9.nix {};
happy_1_18_10 = callPackage ../development/tools/parsing/happy/1.18.10.nix {};
happy_1_18_11 = callPackage ../development/tools/parsing/happy/1.18.11.nix {};
happy_1_19_1 = callPackage ../development/tools/parsing/happy/1.19.1.nix {};
happy = self.happy_1_19_1;
happy_1_19_2 = callPackage ../development/tools/parsing/happy/1.19.2.nix {};
happy = self.happy_1_19_2;
happyMeta = callPackage ../development/tools/haskell/happy-meta {};