From 147c5da7bce4c556efec6e6f1ebc211d3f5f15e3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Sep 2018 17:00:58 +0200 Subject: [PATCH] haskell-lens: disable test suite to fix build with ghc-8.6.x --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index d3f1c8513cb..da5eccc73a4 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -57,6 +57,7 @@ self: super: { primitive = self.primitive_0_6_4_0; tagged = self.tagged_0_8_6; unordered-containers = dontCheck super.unordered-containers; + lens = dontCheck super.lens; # avoid depending on broken polyparse # Over-specified constraints. async = doJailbreak super.async; # base >=4.3 && <4.12, stm >=2.2 && <2.5