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:
Divam 2021-09-08 17:40:00 +09:00
parent 68580f0806
commit 365f138754
2 changed files with 17 additions and 0 deletions

View File

@ -102,6 +102,7 @@ extra-packages:
- haddock-api == 2.23.* # required on GHC < 8.10.x
- haddock-library ==1.7.* # required by stylish-cabal-0.5.0.0
- happy == 1.19.9 # for purescript
- happy == 1.19.12 # for ghcjs
- hinotify == 0.3.9 # for xmonad-0.26: https://github.com/kolmodin/hinotify/issues/29
- hlint < 3.3 # We dont have ghc-lib-parser 9.0.X yet.
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20

View File

@ -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 {