haskellPackages.ghc-lib_9_2_4_20220729: generate for ghc-9.2

This commit is contained in:
Dennis Gosnell 2022-08-10 22:39:06 +09:00
parent 389a9b2584
commit a0bc125f94
2 changed files with 23 additions and 0 deletions

View file

@ -114,6 +114,7 @@ extra-packages:
- ghc-api-compat == 8.10.7 # 2022-02-17: preserve for GHC 8.10.7
- ghc-api-compat == 8.6 # 2021-09-07: preserve for GHC 8.8.4
- ghc-lib == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7
- ghc-lib == 9.2.* # 2022-02-17: preserve for GHC 9.2
- ghc-lib-parser == 8.10.7.* # 2022-02-17: preserve for GHC 8.10.7
- ghc-lib-parser == 9.2.* # 2022-02-17: preserve for GHC 9.2
- ghc-lib-parser-ex == 8.10.* # 2022-02-17: preserve for GHC 8.10.7

View file

@ -108530,6 +108530,28 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-lib_9_2_4_20220729" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, exceptions, filepath, ghc-lib-parser
, ghc-prim, happy, hpc, parsec, pretty, process, rts, time
, transformers, unix
}:
mkDerivation {
pname = "ghc-lib";
version = "9.2.4.20220729";
sha256 = "16whiazjynzj6qw1rmadyrxkibvmyhfzxzw42cv0ya9ijzlplhpq";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory
exceptions filepath ghc-lib-parser ghc-prim hpc parsec pretty
process rts time transformers unix
];
libraryToolDepends = [ alex happy ];
description = "The GHC API, decoupled from GHC versions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-lib_9_4_1_20220807" = callPackage
({ mkDerivation, alex, array, base, binary, bytestring, containers
, deepseq, directory, exceptions, filepath, ghc-lib-parser