From 877be1a763d40aadc8971afaf002d5387444dc7f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Nov 2020 20:23:01 +0100 Subject: [PATCH] haskell: hls-brittany and brittany are the same package in our environment --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index e512649ee45..afe26660d08 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1422,7 +1422,8 @@ self: super: { # brittany release in a while and this version works with 8.10. # And we need to build it anyways. # 2020-11-15: jailbreaking because we have strict 0.4 which is to new - brittany = dontCheck (doJailbreak super.hls-brittany); + brittany = self.hls-brittany; + hls-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;