From 4030d94564bc4ce730095828ad4465330f490de7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 17 Jul 2022 15:12:50 +0200 Subject: [PATCH] haskellPackages: fix eval, missing paren in configuration-common.nix --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8762545aa48c..07762d793904 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2398,7 +2398,7 @@ self: super: { # Revision introduces bound base < 4.15 revision = null; editedCabalFile = null; - }; + }); # https://github.com/kowainik/validation-selective/issues/64 validation-selective = doJailbreak super.validation-selective;