haskell.packages.ghc924.haskell-language-server: Fix eval by pinning ghc-exactprint

This commit is contained in:
maralorn 2022-10-06 01:13:30 +02:00
parent 193ffabf55
commit 1fdd1a462b
2 changed files with 16 additions and 0 deletions

View file

@ -161,6 +161,7 @@ extra-packages:
- vty == 5.35.1 # 2022-07-08: needed for glirc-2.39.0.1
- weeder == 2.2.* # 2022-02-21: preserve for GHC 8.10.7
- weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2
- ghc-exactprint == 1.5.0 # 2022-10-06: newer versions of ghc-exactprint require ghc 9.4.2
package-maintainers:
abbradar:

View file

@ -109776,6 +109776,21 @@ self: {
license = lib.licenses.bsd3;
}) {};
"ghc-exactprint_1_5_0" = callPackage
({ mkDerivation }:
mkDerivation {
pname = "ghc-exactprint";
version = "1.5.0";
sha256 = "07m4cg47knrrvpyimnbc0nq9176vkzwwa64b2iqfj6azn6q2hagp";
revision = "1";
editedCabalFile = "1v6my8bnhjhw7k3v2q9iwjpz9lj5g6ilvlzdq6svcabxahmzbr2c";
isLibrary = true;
isExecutable = true;
description = "ExactPrint for GHC";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ghc-exactprint_1_6_0" = callPackage
({ mkDerivation }:
mkDerivation {