about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorMarc Scholten <marc@digitallyinduced.com>2024-03-23 12:15:00 +0100
committersternenseemann <sternenseemann@systemli.org>2024-03-24 02:23:58 +0100
commit24ebdb1b060f5de85ef5468574ea784004ebd31e (patch)
treecf92ca4e69b03b061cef898bdd56257de60165bd /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent31a14cb69ecad9f7e98605f349368314f90abc18 (diff)
haskellPackages.mmark-ext: unbreak on ghc9.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 2206d72fffc59..669890d8ce2bd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -65,6 +65,7 @@ self: super: {
   fourmolu = self.fourmolu_0_15_0_0;
   stylish-haskell = self.stylish-haskell_0_14_6_0;
   hlint = self.hlint_3_8;
+  ghc-syntax-highlighter = self.ghc-syntax-highlighter_0_0_11_0;
 
   # A given major version of ghc-exactprint only supports one version of GHC.
   ghc-exactprint = self.ghc-exactprint_1_8_0_0;