From aba749b3bb81e23c65692fa63143e55e1a5d58a4 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Fri, 29 May 2026 21:44:34 +0100 Subject: [PATCH] haskellPackages.stylish-haskell: patch bound --- pkgs/development/haskell-modules/configuration-common.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5de85c98f45b..0cd18a172d4d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -297,6 +297,14 @@ with haskellLib; }) ] super.cabal-add; + stylish-haskell = appendPatches [ + (pkgs.fetchpatch { + name = "bump-optparse-applicative.patch"; + url = "https://github.com/haskell/stylish-haskell/commit/d1bc9bb91a0f9b122f2d4348022ce0fa1566124f.patch"; + hash = "sha256-kRP4mABb1rlrx4GBPTozOS9fPudSzb36JcTKA8VMhgw="; + }) + ] super.stylish-haskell; + ########################################### ### END HASKELL-LANGUAGE-SERVER SECTION ### ###########################################