From 99d827880101495590f5c958a36f0b97f4135cd8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Nov 2019 21:10:31 +0100 Subject: [PATCH] haskell-polysemy: update override for the latest version --- 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 aab7118be3e..a4780a3e619 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1273,7 +1273,7 @@ self: super: { language-ats = dontCheck super.language-ats; # polysemy-plugin requires polysemy >= 1.2.0.0 - polysemy = self.polysemy_1_2_2_0; + polysemy = self.polysemy_1_2_3_0; # The polysemy-plugin tests failed because it couldn't find # the polysemy-plugin package in the doctests: