hackage-packages.nix: re-generate from Hackage 2015-02-12T20:00:15+0100

This commit is contained in:
Peter Simons 2015-02-12 20:00:15 +01:00
parent 51a7277fac
commit e4037ae913
3 changed files with 694 additions and 354 deletions

View File

@ -40,7 +40,7 @@ self: super: {
transformers-compat = disableCabalFlag super.transformers-compat "three"; transformers-compat = disableCabalFlag super.transformers-compat "three";
# https://github.com/haskell/cabal/issues/2322 # https://github.com/haskell/cabal/issues/2322
Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_3_0; process = self.process_1_2_1_0; }; Cabal_1_22_0_0 = super.Cabal_1_22_0_0.override { binary = self.binary_0_7_3_0; process = self.process_1_2_2_0; };
# https://github.com/tibbe/hashable/issues/85 # https://github.com/tibbe/hashable/issues/85
hashable = dontCheck super.hashable; hashable = dontCheck super.hashable;

View File

@ -103,7 +103,7 @@ self: super: {
time = self.time_1_5_0_1; time = self.time_1_5_0_1;
unix = self.unix_2_7_1_0; unix = self.unix_2_7_1_0;
directory = self.directory_1_2_1_0; directory = self.directory_1_2_1_0;
process = overrideCabal self.process_1_2_1_0 (drv: { coreSetup = true; }); process = overrideCabal self.process_1_2_2_0 (drv: { coreSetup = true; });
inherit amazonka-core amazonkaEnv amazonka amazonka-cloudwatch; inherit amazonka-core amazonkaEnv amazonka amazonka-cloudwatch;
}; };
amazonka = super.amazonka.overrideScope amazonkaEnv; amazonka = super.amazonka.overrideScope amazonkaEnv;

File diff suppressed because it is too large Load Diff