Merge pull request #23538 from ljli/fix-dependent-map
haskell: ghc710x packages: fix dependent-map
This commit is contained in:
commit
e9265d3c33
@ -191,6 +191,7 @@ self: super: {
|
||||
unordered-containers = dontCheck super.unordered-containers;
|
||||
|
||||
# GHC versions prior to 8.x require additional build inputs.
|
||||
dependent-map = addBuildDepend super.dependent-map self.semigroups;
|
||||
distributive = addBuildDepend super.distributive self.semigroups;
|
||||
mono-traversable = addBuildDepend super.mono-traversable self.semigroups;
|
||||
attoparsec = addBuildDepends super.attoparsec (with self; [semigroups fail]);
|
||||
|
Loading…
Reference in New Issue
Block a user