From b01a5ec5061899f034d39ac25509593d4e136e9d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 9 Mar 2018 19:43:11 +0100 Subject: [PATCH] haskell-regex-tdfa: update overrides for ghc 8.4.1 The pull request we use does not suffice any longer because it does not update the version constraint on base in the Cabal file. Generally speaking, it might be a good idea to use https://github.com/ChrisKuklewicz/regex-tdfa/pull/16 instead of the old one, because it looks much cleaner. (It might have the same problem w/r to base, though). Pinging our resident GHC 8.4.1 guru @deepfire. --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index fb7ae612b7f..6e5008fcc51 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -451,6 +451,7 @@ self: super: { rev = "34f4593a520176a917b74b8c7fcbbfbd72fb8178"; sha256 = "1aiklvf08w1hx2jn9n3sm61mfvdx4fkabszkjliapih2yjpmi3hq"; }; + jailbreak = true; # base >=4 && <4.11 }); ## Unmerged. PR: https://github.com/vincenthz/hs-securemem/pull/12