summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-02 19:40:16 +0100
committerPeter Simons <simons@cryp.to>2021-01-02 19:58:20 +0100
commitc9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c (patch)
treebf3f3bff01fb50f5e0816f81e5bb16925c229937 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent7383e33b09308eee74081491927f75124a97a099 (diff)
downloadnixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar.gz
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar.bz2
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar.lz
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar.xz
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.tar.zst
nixpkgs-c9e5a3fa0617d58af8f396c9d25fc4c8da3e5e2c.zip
vector-th-unbox needs a jailbreak for building with ghc.9.0.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix1
1 files changed, 1 insertions, 0 deletions
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 c6be0791831..d9efb1ab9c3 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.