summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-02-09 20:42:49 +0100
committerPeter Simons <simons@cryp.to>2016-02-15 19:06:04 +0100
commit2029027d8883ab22e3044a71a4a33cc7a0beaf2e (patch)
tree9c9ff0f6573721c39049842dbdff31a80c9835a7 /pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
parent3906a32bda60d0313297a5d172bdff07adceb843 (diff)
downloadnixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.gz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.bz2
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.lz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.xz
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.tar.zst
nixlib-2029027d8883ab22e3044a71a4a33cc7a0beaf2e.zip
haskell-binary: update older compilers to the latest version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
index 2c495a80e2eb..1bdd454d4080 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
@@ -41,7 +41,7 @@ self: super: {
   unix = null;
 
   # These packages are core libraries in GHC 7.10.x, but not here.
-  binary = self.binary_0_8_2_0;
+  binary = self.binary_0_8_2_1;
   deepseq = self.deepseq_1_3_0_1;
   haskeline = self.haskeline_0_7_2_1;
   hoopl = self.hoopl_3_10_2_0;