summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-12-21 15:30:24 +0100
committerPeter Simons <simons@cryp.to>2015-12-22 13:17:20 +0100
commitf1b0383c921140fb64589ee4adb38c10424ee295 (patch)
treed1ebf1be53eebaa005c1396972b9624e5fb79b3d /pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
parent4418b8b034dd985e86690bb87d1d874e3def014d (diff)
downloadnixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar.gz
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar.bz2
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar.lz
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar.xz
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.tar.zst
nixpkgs-f1b0383c921140fb64589ee4adb38c10424ee295.zip
haskell-binary: update overrides for version 0.8.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
index cc5d03f05f5..3173189c430 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
@@ -35,7 +35,7 @@ self: super: {
   unix = null;
 
   # These packages are core libraries in GHC 7.10.x, but not here.
-  binary = self.binary_0_7_6_1;
+  binary = self.binary_0_8_0_0;
   deepseq = self.deepseq_1_3_0_1;
   haskeline = self.haskeline_0_7_2_1;
   hoopl = self.hoopl_3_10_2_0;