tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
Cabal-1.22.0.0: fix build with GHC 7.2.2
Peter Simons
11 years ago
35e5f59a
38011473
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
haskell-modules
configuration-ghc-7.2.x.nix
+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
43
-
Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_2_3; };
43
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;