summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-03-18 10:30:40 +0100
committerPeter Simons <simons@cryp.to>2021-03-18 10:48:29 +0100
commitff2398ca54b1472711fc899e0981f3a6688ee89e (patch)
tree3315688c24dc55cd880149d0569c41ebc1d3b2d7 /pkgs/development/haskell-modules/configuration-common.nix
parentc97863b7584dc4f1d43e77bc4b62d2391efce68b (diff)
downloadnixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar.gz
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar.bz2
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar.lz
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar.xz
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.tar.zst
nixpkgs-ff2398ca54b1472711fc899e0981f3a6688ee89e.zip
text-short: jailbreak to allow building with recent versions of tasty
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix1
1 files changed, 1 insertions, 0 deletions
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;