From 9efd78a3a2f07b2ffde6ad62c29a2cff19a8865c Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 20 Nov 2023 11:43:03 +0800 Subject: [PATCH] haskellPackages: add ghc-syntax-highlighter 0.0.10 --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index 32178ebccdfd..eb323003ef34 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -106,6 +106,7 @@ extra-packages: - ghc-lib-parser-ex == 9.2.* # 2022-07-13: preserve for GHC 9.2 - ghc-lib-parser-ex == 9.4.* # 2023-03-17: preserve for GHC 9.4 - ghc-lib-parser-ex == 9.6.* # 2023-10-24: preserve for GHC 9.6 + - ghc-syntax-highlighter == 0.0.10.* # 2023-11-20: - gi-soup == 2.4.28 # 2023-04-05: the last version to support libsoup-2.4 (and thus be compatible with our other gi- packages) - haddock == 2.23.* # required on GHC < 8.10.x - haddock-api == 2.23.* # required on GHC < 8.10.x