summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-05-09 14:38:24 +0000
committerPeter Simons <simons@cryp.to>2019-05-09 18:15:20 +0200
commit464db7088a29ef477bc3530f9f0b7e1661b2c657 (patch)
tree1deafcf182919a822f4dcefc188aa82356b9da4c /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent583c94dd626e26d79ad916fd56a43ebed5a5f522 (diff)
downloadnixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar.gz
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar.bz2
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar.lz
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar.xz
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.tar.zst
nixpkgs-464db7088a29ef477bc3530f9f0b7e1661b2c657.zip
haskell-tasty-expected-failure: jailbreak to fix the build with ghc-8.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 80c62310dcd..47d868e3eb9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -53,6 +53,7 @@ self: super: {
   async = doJailbreak super.async;
   Diff = dontCheck super.Diff;
   ChasingBottoms = doJailbreak super.ChasingBottoms;
+  tasty-expected-failure = doJailbreak super.tasty-expected-failure;
 
   # These packages don't work and need patching and/or an update.
   primitive = overrideSrc (doJailbreak super.primitive) {