From 9794fbfe355cb9e0fc6c0b399a91abea5eac7a36 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Apr 2025 03:50:03 +0200 Subject: [PATCH] haskellPackages.css-syntax: allow text >= 2.1 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index aa999755740f..192ea2ff65d4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -3151,6 +3151,10 @@ self: super: assert super.ktx-codec.version == "0.0.2.1"; doJailbreak super.ktx-codec; + # 2025-04-23: jailbreak to allow text >= 2.1 + # https://github.com/wereHamster/haskell-css-syntax/issues/8 + css-syntax = doJailbreak super.css-syntax; + # 2025-04-13: jailbreak to allow template-haskell >= 2.17 sr-extra = overrideCabal (drv: { version =