From c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 2 Jan 2021 19:40:16 +0100 Subject: [PATCH] vector-th-unbox needs a jailbreak for building with ghc.9.0.x. --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 1 + 1 file changed, 1 insertion(+) 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 c6be07918316b7..d9efb1ab9c32a3 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -76,6 +76,7 @@ self: super: { time-compat = doJailbreak super.time-compat; vector = doJailbreak (dontCheck super.vector); vector-binary-instances = doJailbreak super.vector-binary-instances; + vector-th-unbox = doJailbreak super.vector-th-unbox; zlib = doJailbreak super.zlib; # Apply patches from head.hackage.