From 01ce03efa4c8e8592632501a362de69098e91f4a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 19 Nov 2022 02:01:36 +0100 Subject: [PATCH] haskellPackages.monad-bayes: remove stale jailbreak monad-bayes is now broken because it requires a too recent brick version. Removing this jailbreak will make the nature of the problem clearer at least. --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7b6776164bc2..55bf787c2f41 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2572,11 +2572,6 @@ self: super: { # Missing test files https://github.com/kephas/xdg-basedir-compliant/issues/1 xdg-basedir-compliant = dontCheck super.xdg-basedir-compliant; - # 2022-09-01: - # Restrictive upper bound on base. - # Remove once version 1.* is released - monad-bayes = doJailbreak super.monad-bayes; - # Test failure after libxcrypt migration, reported upstrem at # https://github.com/phadej/crypt-sha512/issues/13 crypt-sha512 = dontCheck super.crypt-sha512;