haskell-tar: fix build with ghc-7.10.x

This commit is contained in:
Peter Simons 2018-03-12 10:07:18 +01:00
parent 7337a20f64
commit c575724782

View File

@ -201,6 +201,7 @@ self: super: {
QuickCheck = addBuildDepend super.QuickCheck self.semigroups;
reflection = addBuildDepend super.reflection self.semigroups;
semigroups = addBuildDepends (dontCheck super.semigroups) (with self; [hashable tagged text unordered-containers]);
tar = addBuildDepend super.tar self.semigroups;
texmath = addBuildDepend super.texmath self.network-uri;
yesod-auth-oauth2 = overrideCabal super.yesod-auth-oauth2 (drv: { testDepends = (drv.testDepends or []) ++ [ self.load-env self.yesod ]; });