From 0c50551755670c8fa4ab4fe4bd938e1a6df7ca6b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 2 Oct 2025 12:30:46 +0200 Subject: [PATCH] haskellPackages.dataframe: drop obsolete override This partially reverts commit d00493bd14a01107c279f251f8fcc264bc6a31a5. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b32d0767fcf5..532f80840fc7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3457,10 +3457,6 @@ with haskellLib; # including the current one in nixpkgs. liquid-fixpoint = dontCheck super.liquid-fixpoint; - # 2025-09-20: Too strict upper bound on text (<2.1.3) - # https://github.com/mchav/dataframe/issues/61 - dataframe = doJailbreak (warnAfterVersion "0.3.0.4" super.dataframe); - # 2025-8-26: Too strict bounds on containers and text, see: https://github.com/stackbuilders/inflections-hs/pull/83 inflections = doJailbreak super.inflections;