haskell.packages.ghc944.ghc-exactprint: pin to 1.6.1.1

This commit is contained in:
Dennis Gosnell 2023-03-30 12:49:59 +09:00
parent c69399d4fd
commit 4351915696
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 14 additions and 0 deletions

View File

@ -79,6 +79,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-exactprint == 0.6.* # 2022-12-12: needed for GHC < 9.2
- ghc-exactprint == 1.6.* # 2023-03-30: needed for GHC == 9.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 == 9.4.* # 2023-03-17: preserve for GHC 9.4

View File

@ -111216,6 +111216,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-exactprint_1_6_1_1" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "ghc-exactprint";
version = "1.6.1.1";
sha256 = "0dzl5nhiwi6a5jq226qjq0vlb70iq50hk0kv0h675j4pr93v50w8";
isLibrary = true;
isExecutable = true;
description = "ExactPrint for GHC";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-exactprint_1_7_0_0" = callPackage
({ mkDerivation }:
mkDerivation {