about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2024-03-20 10:10:33 +0100
committerNaïm Favier <n@monade.li>2024-03-20 10:10:33 +0100
commit908f4e078955b61031328022d01405e557ccbc04 (patch)
treebac289ff41ed1267b81421dbfce0ef96b3cfa648 /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent05f9a72c0e1ee63c7d354b5e7704801595f376bc (diff)
haskell.packages.ghc9{2,4}.primitive-addr: pin to 0.1.0.2
Newer versions require too recent a `base` version.
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 f23e2046187a9..f0a7ab4e535cd 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -76,6 +76,7 @@ self: super: {
   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;
+  primitive-addr = super.primitive-addr_0_1_0_2;
 
   # Jailbreaks & Version Updates
   hashable-time = doJailbreak super.hashable-time;