mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 11:15:12 +00:00
haskell.packages.ghc{810,90}.primitive-addr: lift lower base bound
This commit is contained in:
parent
39632d3d4c
commit
b79cc961fe
@ -66,6 +66,9 @@ self: super: {
|
||||
self.base-orphans
|
||||
] super.hashable;
|
||||
|
||||
# Too strict lower bounds on base
|
||||
primitive-addr = doJailbreak super.primitive-addr;
|
||||
|
||||
# Pick right versions for GHC-specific packages
|
||||
ghc-api-compat = doDistribute (unmarkBroken self.ghc-api-compat_8_10_7);
|
||||
|
||||
|
@ -65,6 +65,9 @@ self: super: {
|
||||
self.base-orphans
|
||||
] super.hashable;
|
||||
|
||||
# Too strict lower bounds on base
|
||||
primitive-addr = doJailbreak super.primitive-addr;
|
||||
|
||||
hashable-time = doJailbreak super.hashable-time;
|
||||
tuple = addBuildDepend self.base-orphans super.tuple;
|
||||
vector-th-unbox = doJailbreak super.vector-th-unbox;
|
||||
|
Loading…
Reference in New Issue
Block a user