From 32dcb6051a9a2fa687283f4883d3552c3a46c081 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 2 Nov 2018 19:59:05 +0100 Subject: [PATCH] haskell-brick: drop obsolete jailbreak for ghc-8.6.x --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index b9277727650..fa14d21afa2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -46,7 +46,7 @@ self: super: { # LTS-12.x versions do not compile. base-orphans = self.base-orphans_0_8; - brick = doJailbreak super.brick_0_41_2; # https://github.com/jtdaugherty/brick/pull/188 + brick = self.brick_0_41_2; cassava-megaparsec = doJailbreak super.cassava-megaparsec; config-ini = doJailbreak super.config-ini; # https://github.com/aisamanra/config-ini/issues/18 contravariant = self.contravariant_1_5;