From 3ec8e5875478c24c14c4c2b99544fd706de9de07 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 18 Apr 2015 01:43:40 +0200 Subject: [PATCH] haskell-configuration-ghc-7.8.x: fix transformers-compat --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index 4007072b0a7a..2511d163332e 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -42,7 +42,7 @@ self: super: { # Configure mtl 2.1.x. mtl = self.mtl_2_1_3_1; - transformers-compat = enableCabalFlag super.transformers-compat "three"; + transformers-compat = addBuildDepend (enableCabalFlag super.transformers-compat "three") self.mtl; mtl-compat = addBuildDepend (enableCabalFlag super.mtl-compat "two-point-one") self.transformers-compat; # haddock-api 2.16 requires ghc>=7.10