Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Cabal-1.22.0.0: fix build with GHC 7.2.2

+1 -1
+1 -1
pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
··· 40 40 transformers-compat = disableCabalFlag super.transformers-compat "three"; 41 41 42 42 # https://github.com/haskell/cabal/issues/2322 43 - Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; }; 43 + Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; process = self.process_1_2_1_0; }; 44 44 45 45 # https://github.com/tibbe/hashable/issues/85 46 46 hashable = dontCheck super.hashable;