haskellPackages.mono-traversable: fix build inputs for ghc7.10.x (#17636)
This commit is contained in:
parent
8750b4892e
commit
5f5b0c4348
@ -115,6 +115,8 @@ self: super: {
|
||||
license = pkgs.stdenv.lib.licenses.bsd3;
|
||||
}) {};
|
||||
|
||||
mono-traversable = addBuildDepend super.mono-traversable self.semigroups;
|
||||
|
||||
# diagrams/monoid-extras#19
|
||||
monoid-extras = overrideCabal super.monoid-extras (drv: {
|
||||
prePatch = "sed -i 's|4\.8|4.9|' monoid-extras.cabal";
|
||||
|
Loading…
Reference in New Issue
Block a user