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-03-09 11:42:37 +0100
committerPeter Simons <simons@cryp.to>2015-03-09 15:20:58 +0100
commit11cce22637b67debec032638f2e88631e78e4eb9 (patch)
tree4a04e1e81d17983b1be34d1f8c25df1dcd938731 /pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
parent025d063d454f4ec0f54f3d40b8d6955a756691df (diff)
downloadnixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar.gz
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar.bz2
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar.lz
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar.xz
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.tar.zst
nixlib-11cce22637b67debec032638f2e88631e78e4eb9.zip
haskell-ng: update configuration to transformers 0.4.3.0
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 7ac3f97d1ae0..04cf2d9760fb 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: {
   deepseq = self.deepseq_1_4_0_0;
 
   # transformers is not a core library for this compiler.
-  transformers = self.transformers_0_4_2_0;
+  transformers = self.transformers_0_4_3_0;
   mtl = self.mtl_2_2_1;
   transformers-compat = disableCabalFlag super.transformers-compat "three";