cabal-install: avoid inconsistent 'binary' versions on ghc-7.4.x and ghc-7.6.x

This commit is contained in:
Peter Simons 2015-05-23 13:05:07 +02:00
parent 70a7f7c14d
commit e25b42d852
2 changed files with 6 additions and 0 deletions

View file

@ -40,6 +40,9 @@ self: super: {
# https://github.com/haskell/cabal/issues/2322
Cabal_1_22_3_0 = super.Cabal_1_22_3_0.override { binary = self.binary_0_7_4_0; };
# Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
cabal-install = super.cabal-install.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
# https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable;

View file

@ -42,6 +42,9 @@ self: super: {
# https://github.com/haskell/cabal/issues/2322
Cabal_1_22_3_0 = super.Cabal_1_22_3_0.override { binary = self.binary_0_7_4_0; };
# Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
cabal-install = super.cabal-install.overrideScope (self: super: { binary = self.binary_0_7_4_0; });
# https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable;