From c6ccfcd01a958764fde88b94ec08e10aee2ec5ed Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 7 Jul 2017 19:17:52 +0200 Subject: haskell-base-orphans: use latest version when compiling with ghc-8.2.x --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix index 33503a75c023..62bb55fba1d2 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -60,6 +60,7 @@ self: super: { ghc-syb-utils = dontCheck super.ghc-syb-utils; # Older, LTS-8-based versions don't compile. + base-orphans = self.base-orphans_0_6; hspec-meta = self.hspec-meta_2_4_4; primitive = self.primitive_0_6_2_0; syb = self.syb_0_7; @@ -69,7 +70,4 @@ self: super: { ChasingBottoms = doJailbreak super.ChasingBottoms; hashable = doJailbreak super.hashable; - # https://github.com/haskell-compat/base-orphans/issues/42 - base-orphans = dontCheck super.base-orphans; - } -- cgit 1.4.1