From ff2398ca54b1472711fc899e0981f3a6688ee89e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 18 Mar 2021 10:30:40 +0100 Subject: [PATCH] text-short: jailbreak to allow building with recent versions of tasty --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7411778065f..c0e34c75e5e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -86,6 +86,7 @@ self: super: { # Tests require older tasty hzk = dontCheck super.hzk; + text-short = doJailbreak super.text-short; # Tests require a Kafka broker running locally haskakafka = dontCheck super.haskakafka;