From e2b6d74494cba429e1784212709dad6a1d73eca8 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sun, 15 Nov 2020 03:12:18 +0100 Subject: [PATCH] haskellPackages.haskell-language-server: Fix build --- pkgs/development/haskell-modules/configuration-common.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9434799c10f..eaf30705ba5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1404,11 +1404,13 @@ self: super: { sha256 = "0j8980dmvwjcs72ahq2zc14hwkyd5ybgzyy1az3zq5flp383fai6"; includes = [ "ghcide.cabal" ]; })); + refinery = doDistribute super.refinery_0_3_0_0; data-tree-print = doJailbreak super.data-tree-print; # the hls brittany is objectively better, because there hasn‘t been a # brittany release in a while and this version works with 8.10. # And we need to build it anyways. - brittany = dontCheck super.hls-brittany; + # 2020-11-15: jailbreaking because we have strict 0.4 which is to new + brittany = dontCheck (doJailbreak super.hls-brittany); # 2020-11-15: aeson 1.5.4.1 needs to new quickcheck-instances for testing aeson = dontCheck super.aeson;