From f963842b02886d87fea3ac394add6ae504f49a0b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 5 Dec 2021 14:03:25 +0100 Subject: [PATCH] haskell.packages.ghc901.text-short: 0.1.3 -> 0.1.4 With GHC 9.0.1 text-short's test suite hits a bug that was fixed in 0.1.4. --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix index b46d06efddc7..9bbfa35d8676 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -157,6 +157,8 @@ self: super: { multistate = doJailbreak super.multistate; # https://github.com/lspitzner/butcher/issues/7 butcher = doJailbreak super.butcher; + # Fixes a bug triggered on GHC 9.0.1 + text-short = self.text-short_0_1_4; # 2021-09-18: The following plugins don‘t work yet on ghc9. haskell-language-server = appendConfigureFlags [