summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-12 20:00:15 +0100
committerPeter Simons <simons@cryp.to>2015-02-13 10:37:46 +0100
commite4037ae9133b07cf0466c1d80f0d2b23d2faa01e (patch)
treec5f1087735170f3acc098554da7ffad636a472b3 /pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
parent51a7277facb14b56602a39a194a0048ff5a56863 (diff)
downloadnixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar.gz
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar.bz2
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar.lz
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar.xz
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.tar.zst
nixpkgs-e4037ae9133b07cf0466c1d80f0d2b23d2faa01e.zip
hackage-packages.nix: re-generate from Hackage 2015-02-12T20:00:15+0100
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index 9dd694387fb..ab58d012392 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -103,7 +103,7 @@ self: super: {
     time = self.time_1_5_0_1;
     unix = self.unix_2_7_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;
   };
   amazonka = super.amazonka.overrideScope amazonkaEnv;