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>2015-05-31 19:46:31 +0200
committerPeter Simons <simons@cryp.to>2015-06-02 10:32:31 +0200
commit0d484e999bd99c440cd94106cc8c4fb06828ce72 (patch)
treedc4fa2a6ac59e31e4c1086dbd562879785f21352 /pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
parent3e0513ea866f6844c17fcf11b31776c63bb169cc (diff)
downloadnixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.gz
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.bz2
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.lz
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.xz
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.tar.zst
nixlib-0d484e999bd99c440cd94106cc8c4fb06828ce72.zip
haskell-binary: update to version 0.7.5.0
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 2fecaa5a5322..5299cefdc071 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;
 
   # binary is not a core library for this compiler.
-  binary = self.binary_0_7_4_0;
+  binary = self.binary_0_7_5_0;
 
   # deepseq is not a core library for this compiler.
   deepseq_1_3_0_1 = dontJailbreak super.deepseq_1_3_0_1;