From 7bc38b9128f4865f28dfed16a044a58b707f337b Mon Sep 17 00:00:00 2001 From: maralorn Date: Fri, 30 Dec 2022 23:29:47 +0100 Subject: [PATCH] haskell.packages.ghc810.haskell-language-server: Fix eval --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index c1f24e49e4d7..baa8752e1e8f 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -127,7 +127,7 @@ self: super: { hls-brittany-plugin = unmarkBroken (addBuildDepends (with self.hls-brittany-plugin.scope; [ brittany czipwith extra ghc-exactprint ghcide hls-plugin-api hls-test-utils lens lsp-types ]) (super.hls-brittany-plugin.overrideScope (lself: lsuper: { - brittany = doJailbreak lself.brittany_0_13_1_2; + brittany = doJailbreak (unmarkBroken lself.brittany_0_13_1_2); aeson = lself.aeson_1_5_6_0; multistate = unmarkBroken (dontCheck lsuper.multistate); lsp-types = doJailbreak lsuper.lsp-types; # Checks require aeson >= 2.0