haskellPackages.mono-traversable: fix build inputs for ghc7.10.x (#17636)

This commit is contained in:
Daiderd Jordan 2016-08-10 18:05:45 +02:00 committed by obadz
parent 8750b4892e
commit 5f5b0c4348

View File

@ -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";