haskell.packages.ghc98.ghc-exactprint: pin at 1.8.*

This commit is contained in:
sternenseemann 2024-05-20 13:59:20 +02:00
parent a6bb510c70
commit b5169354ff
2 changed files with 14 additions and 0 deletions

View File

@ -64,6 +64,7 @@ extra-packages:
- ghc-exactprint == 0.6.* # 2022-12-12: needed for GHC < 9.2
- ghc-exactprint == 1.5.* # 2023-03-30: needed for GHC == 9.2
- ghc-exactprint == 1.6.* # 2023-03-30: needed for GHC == 9.4
- ghc-exactprint == 1.8.* # 2024-05-20: needed for GHC == 9.8
- ghc-lib == 9.2.* # 2022-02-17: preserve for GHC 9.2
- ghc-lib-parser == 9.2.* # 2022-02-17: preserve for GHC 9.2
- ghc-lib-parser == 9.8.* # 2024-05-19: preserve for GHC 9.8

View File

@ -119579,6 +119579,19 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-exactprint_1_8_0_0" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "ghc-exactprint";
version = "1.8.0.0";
sha256 = "10j98rnn69wig6xks1x5xq19730225ksz3il93x8zniddsn40v8v";
isLibrary = true;
isExecutable = true;
description = "ExactPrint for GHC";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-exactprint_1_9_0_0" = callPackage
({ mkDerivation }:
mkDerivation {