From 6dd889144de7c837613f4db671608cf155ba6c45 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 22 Aug 2015 21:25:18 +0200 Subject: [PATCH] haskell-deepdeq: update version used for pre 7.4.x GHC versions --- pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix | 2 +- pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix | 2 +- 2 files changed, 2 insertions(+), 2 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 af34629e319..55432ccdac5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix @@ -38,7 +38,7 @@ self: super: { binary = self.binary_0_7_6_1; # deepseq is not a core library for this compiler. - deepseq = self.deepseq_1_4_1_1; + deepseq = self.deepseq_1_4_1_2; # transformers is not a core library for this compiler. transformers = self.transformers_0_4_3_0; diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix index 1ec76e6fa19..c848a50cd36 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix @@ -35,7 +35,7 @@ self: super: { unix = null; # deepseq is not a core library for this compiler. - deepseq = self.deepseq_1_4_1_1; + deepseq = self.deepseq_1_4_1_2; # transformers is not a core library for this compiler. transformers = self.transformers_0_4_3_0;