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-03-18 12:12:28 +0100
committerPeter Simons <simons@cryp.to>2015-03-19 17:55:19 +0100
commitafb0874e060298f2fadb770201547b931a014336 (patch)
tree754f2a1f7acbffd27a10dd4fd0bae7b2cd96daf2 /pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
parent48e06786fd1105e944bf6b0255ef9604cf6f8da5 (diff)
downloadnixpkgs-afb0874e060298f2fadb770201547b931a014336.tar
nixpkgs-afb0874e060298f2fadb770201547b931a014336.tar.gz
nixpkgs-afb0874e060298f2fadb770201547b931a014336.tar.bz2
nixpkgs-afb0874e060298f2fadb770201547b931a014336.tar.lz
nixpkgs-afb0874e060298f2fadb770201547b931a014336.tar.xz
nixpkgs-afb0874e060298f2fadb770201547b931a014336.tar.zst
nixpkgs-afb0874e060298f2fadb770201547b931a014336.zip
hackage-packages.nix: re-generate from Hackage 2015-03-19T13:39:37+0100
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 f676e223563..36afb31ffcd 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: {
   binary = self.binary_0_7_4_0;
 
   # deepseq is not a core library for this compiler.
-  deepseq = self.deepseq_1_4_0_0;
+  deepseq = self.deepseq_1_4_1_0;
 
   # transformers is not a core library for this compiler.
   transformers = self.transformers_0_4_3_0;