From eb1be4ae9d8aa3c180b04b1c9be41a6fa219ddf7 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 17 Jan 2025 12:28:11 +0100 Subject: [PATCH] haskellPackages.monad-schedule: drop obsolete override --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 442d125aef8b..b6eb313bde55 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -168,9 +168,6 @@ self: super: { happy = self.happy_2_1_3; }; - # 2024-07-09: rhine 1.4.* needs newer monad-schedule than stackage (and is only consumer) - monad-schedule = assert super.monad-schedule.version == "0.1.2.2"; doDistribute self.monad-schedule_0_2_0_1; - # Test suite hangs on 32bit. Unclear if this is a bug or not, but if so, then # it has been present in past versions as well. # https://github.com/haskell-unordered-containers/unordered-containers/issues/491