From 616e0ecbb756931df80684060def0f476d7adfa8 Mon Sep 17 00:00:00 2001 From: maralorn Date: Mon, 1 May 2023 21:17:49 +0200 Subject: [PATCH] haskellPackages.guardian: Fix eval error --- 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 4f130c32d7e9..5c9a62e97b29 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -85,7 +85,7 @@ self: super: { (super.guardian.overrideScope (self: super: cabalInstallOverlay self super // { # Needs at least path-io 1.8.0 due to canonicalizePath changes - path-io = self.path-io_1_8_0; + path-io = self.path-io_1_8_1; } )) [