lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

haskell-binary: update to latest version

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