haskell-binary: update older compilers to the latest version

+1 -1
pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
···
unix = null;
# These packages are core libraries in GHC 7.10.x, but not here.
-
binary = self.binary_0_8_2_0;
+
binary = self.binary_0_8_2_1;
deepseq = self.deepseq_1_3_0_1;
haskeline = self.haskeline_0_7_2_1;
hoopl = self.hoopl_3_10_2_0;
+1 -1
pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
···
xhtml = self.xhtml_3000_2_1;
# https://github.com/haskell/cabal/issues/2322
-
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = self.binary_0_8_2_0; process = self.process_1_2_3_0; };
+
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = self.binary_0_8_2_1; process = self.process_1_2_3_0; };
# Newer versions don't compile.
Cabal_1_18_1_7 = dontJailbreak super.Cabal_1_18_1_7;
+2 -2
pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
···
xhtml = self.xhtml_3000_2_1;
# https://github.com/haskell/cabal/issues/2322
-
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_0; };
+
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_1; };
# Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-
cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_0; });
+
cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_1; });
# https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable;
+2 -2
pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
···
xhtml = self.xhtml_3000_2_1;
# https://github.com/haskell/cabal/issues/2322
-
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_0; };
+
Cabal_1_22_4_0 = super.Cabal_1_22_4_0.override { binary = dontCheck self.binary_0_8_2_1; };
# Avoid inconsistent 'binary' versions from 'text' and 'Cabal'.
-
cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_0; });
+
cabal-install = super.cabal-install.overrideScope (self: super: { binary = dontCheck self.binary_0_8_2_1; });
# https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable;