From f6d7cbb2470cce467e320ede800ae3d411e88181 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 25 Mar 2022 14:08:27 +0100 Subject: [PATCH] haskellPackages.validation: allow lens 5.* in test suite --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 66bb1705aca8..5f72731de942 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2522,6 +2522,8 @@ self: super: { # https://github.com/kowainik/validation-selective/issues/64 validation-selective = doJailbreak super.validation-selective; + # https://github.com/system-f/validation/issues/57 + validation = doJailbreak super.validation; # aws upstream seems to lack the necessary maintenance at the moment, luckily # Joey Hess seems to have already looked into building git-annex with aeson 2.0