about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-09-27 17:00:58 +0200
committerPeter Simons <simons@cryp.to>2018-09-28 11:16:42 +0200
commit147c5da7bce4c556efec6e6f1ebc211d3f5f15e3 (patch)
tree81d7c5300be7b1457c0ba8e0d0d6d473846d888b /pkgs/development/haskell-modules
parent35cf30bd8e85c11ffeb76ccf1fb23e38504628a0 (diff)
downloadnixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar.gz
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar.bz2
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar.lz
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar.xz
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.tar.zst
nixlib-147c5da7bce4c556efec6e6f1ebc211d3f5f15e3.zip
haskell-lens: disable test suite to fix build with ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
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 d3f1c8513cb0..da5eccc73a40 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