summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-22 21:25:18 +0200
committerPeter Simons <simons@cryp.to>2015-08-25 17:15:41 +0200
commit6dd889144de7c837613f4db671608cf155ba6c45 (patch)
tree45899c1146a77bb86196eb56accc61091dc41e72 /pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
parent2e1a49b35a6fe683b9ec452fa505690ceade9d60 (diff)
downloadnixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar.gz
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar.bz2
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar.lz
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar.xz
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.tar.zst
nixlib-6dd889144de7c837613f4db671608cf155ba6c45.zip
haskell-deepdeq: update version used for pre 7.4.x GHC versions
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix2
1 files changed, 1 insertions, 1 deletions
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 1ec76e6fa192..c848a50cd366 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;