haskellPackages.mmark-ext: unbreak on ghc9.8

authored by Marc Scholten and committed by sternenseemann 24ebdb1b 31a14cb6

+1
+1
pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
··· 65 fourmolu = self.fourmolu_0_15_0_0; 66 stylish-haskell = self.stylish-haskell_0_14_6_0; 67 hlint = self.hlint_3_8; 68 69 # A given major version of ghc-exactprint only supports one version of GHC. 70 ghc-exactprint = self.ghc-exactprint_1_8_0_0;
··· 65 fourmolu = self.fourmolu_0_15_0_0; 66 stylish-haskell = self.stylish-haskell_0_14_6_0; 67 hlint = self.hlint_3_8; 68 + ghc-syntax-highlighter = self.ghc-syntax-highlighter_0_0_11_0; 69 70 # A given major version of ghc-exactprint only supports one version of GHC. 71 ghc-exactprint = self.ghc-exactprint_1_8_0_0;