about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-03-16 22:18:32 +0100
committermaralorn <mail@maralorn.de>2024-03-16 22:18:45 +0100
commit33fb613422811f5b8a71e5b0dc5174924cc90102 (patch)
tree9e989d49e6ae92218660dae180a9091f6ebf6761 /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent7ca73c43f1ca90673329ce3fe1a0a876e3e4ffed (diff)
haskell.packages.ghc92.primitive-unlifted: Pin to fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 24ccbf70face9..bfe39e0a7597d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -83,6 +83,7 @@ self: super: {
   # For GHC < 9.4, some packages need data-array-byte as an extra dependency
   hashable = addBuildDepends [ self.data-array-byte ] super.hashable;
   primitive = addBuildDepends [ self.data-array-byte ] super.primitive;
+  primitive-unlifted = super.primitive-unlifted_0_1_3_1;
 
   # Jailbreaks & Version Updates
   hashable-time = doJailbreak super.hashable-time;