From 9ab30278a13aa4d8478a817602bca91de0109cd0 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:56:18 +0100 Subject: [PATCH] haskellPackages.posix-api: remove jailbreak Works! --- 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 2cd24045767f..aff09d942d7e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2682,9 +2682,6 @@ self: super: { html-charset = dontCheck super.html-charset; - # 2024-08-15: primitive >=0.9 && <0.10 - posix-api = doJailbreak super.posix-api; - # bytestring <0.11.0, optparse-applicative <0.13.0 # https://github.com/kseo/sfnt2woff/issues/1 sfnt2woff = doJailbreak super.sfnt2woff;