happy: update to version 1.19.2
This commit is contained in:
parent
07ce265406
commit
64feb74f44
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happy";
|
pname = "happy";
|
||||||
version = "1.19.1";
|
version = "1.19.2";
|
||||||
sha256 = "0vhyv8pgj3cc31xx1vbdlhc01sfpl6xpzya79bvssnkian2n6yy2";
|
sha256 = "1m74dz83fs7gbcr040nhfx1xw3smjk24g5cp6a0wxvrmlh12yc66";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ mtl ];
|
buildDepends = [ mtl ];
|
@ -177,7 +177,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.finalReturn x
|
|||||||
cabalInstall = self.cabalInstall_1_18_0_2;
|
cabalInstall = self.cabalInstall_1_18_0_2;
|
||||||
alex = self.alex_3_1_3;
|
alex = self.alex_3_1_3;
|
||||||
haddock = self.haddock_2_13_2;
|
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
|
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_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_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_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_1_19_2 = callPackage ../development/tools/parsing/happy/1.19.2.nix {};
|
||||||
happy = self.happy_1_19_1;
|
happy = self.happy_1_19_2;
|
||||||
|
|
||||||
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
happyMeta = callPackage ../development/tools/haskell/happy-meta {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user