From 07f26f3df1a9548970d87eaedf10575be610a1de Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 Apr 2016 12:22:21 +0200 Subject: [PATCH] configuration-ghc-8.0.x.nix: clean up overrides --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 0753e64c1e88..2e013ee940a2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -47,7 +47,7 @@ self: super: { hspec-core = dontCheck super.hspec-core; # Deviate from Stackage here to fix lots of builds. - transformers-compat = super.transformers-compat_0_5_1_4; + transformers-compat = self.transformers-compat_0_5_1_4; # https://github.com/sol/doctest/issues/125 doctest = self.doctest_0_11_0;