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:
parent
68580f0806
commit
365f138754
|
@ -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 don‘t have ghc-lib-parser 9.0.X yet.
|
||||
- immortal == 0.2.2.1 # required by Hasura 1.3.1, 2020-08-20
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue