about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2023-07-25 11:08:04 +0800
committerRodney Lorrimar <dev@rodney.id.au>2023-07-25 17:08:17 +0800
commitd8e11a49436ff1af7ba145aa4e182baa29203531 (patch)
treeb70c44103318a61b6f418d7c5204fb9dea136ed4 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent13acc8f938462347858f089f576ce396ac849906 (diff)
downloadnixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar.gz
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar.bz2
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar.lz
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar.xz
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.tar.zst
nixlib-d8e11a49436ff1af7ba145aa4e182baa29203531.zip
haskell.packages.ghc96.relude: jailbreak and skip tests
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index 1cb35b7b6746..789eda2623cf 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -171,7 +171,9 @@ self: super: {
   rebase = doJailbreak super.rebase_1_20;
   rerebase = doJailbreak super.rerebase_1_20;
   hiedb = dontCheck super.hiedb;
-  retrie = dontCheck (super.retrie);
+  retrie = dontCheck super.retrie;
+  # https://github.com/kowainik/relude/issues/436
+  relude = dontCheck (doJailbreak super.relude);
 
   ghc-exactprint = unmarkBroken (addBuildDepends (with self.ghc-exactprint.scope; [
    HUnit Diff data-default extra fail free ghc-paths ordered-containers silently syb