haskellPackages.happy_1_19_12: init at 1.19.12
(generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh) (cherry picked from commit be7c76ae6419a00c7f76429afb7ff4591dee60ad)
This commit is contained in:
@@ -116710,6 +116710,22 @@ self: {
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"happy_1_19_12" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl, process }:
|
||||
mkDerivation {
|
||||
pname = "happy";
|
||||
version = "1.19.12";
|
||||
sha256 = "03xlmq6qmdx4zvzw8bp33kd9g7yvcq5cz4wg50xilw812kj276pv";
|
||||
isLibrary = false;
|
||||
isExecutable = true;
|
||||
enableSeparateDataOutput = true;
|
||||
executableHaskellDepends = [ array base containers mtl ];
|
||||
testHaskellDepends = [ base process ];
|
||||
description = "Happy is a parser generator for Haskell";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"happy" = callPackage
|
||||
({ mkDerivation, array, base, containers, mtl, process }:
|
||||
mkDerivation {
|
||||
|
||||
Reference in New Issue
Block a user