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-24 13:42:50 +0100
committerPeter Simons <simons@cryp.to>2015-03-25 14:37:14 +0100
commit258bc139660f357ba8145db8501c350731edc247 (patch)
tree5dea3c59bd324ff56c3ea2c54b8d29c858aed16d /pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
parent3f0097fc4bb7330f0a8f70bbe86bed0e5fde0117 (diff)
downloadnixpkgs-258bc139660f357ba8145db8501c350731edc247.tar
nixpkgs-258bc139660f357ba8145db8501c350731edc247.tar.gz
nixpkgs-258bc139660f357ba8145db8501c350731edc247.tar.bz2
nixpkgs-258bc139660f357ba8145db8501c350731edc247.tar.lz
nixpkgs-258bc139660f357ba8145db8501c350731edc247.tar.xz
nixpkgs-258bc139660f357ba8145db8501c350731edc247.tar.zst
nixpkgs-258bc139660f357ba8145db8501c350731edc247.zip
haskell-ng: update Cabal and deepseq to latest versions
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 36afb31ffcd..4343970bb00 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_1_0;
+  deepseq = self.deepseq_1_4_1_1;
 
   # transformers is not a core library for this compiler.
   transformers = self.transformers_0_4_3_0;