[Git][haskell-team/package-plan][master] hledger-ui: add patch to relax fsnotify bd

Nicholas D Steeves (@sten) gitlab at salsa.debian.org
Fri Nov 14 20:54:19 GMT 2025



Nicholas D Steeves pushed to branch master at Debian Haskell Group / package-plan


Commits:
3a49c142 by Nicholas D Steeves at 2025-11-14T15:49:08-05:00
hledger-ui: add patch to relax fsnotify bd

- - - - -


2 changed files:

- + patches/haskell-hledger-ui/1.50.2/relax-fsnotify-bd.diff
- + patches/haskell-hledger-ui/1.50.2/series


Changes:

=====================================
patches/haskell-hledger-ui/1.50.2/relax-fsnotify-bd.diff
=====================================
@@ -0,0 +1,27 @@
+Description: relax fsnotify bd
+ Rationale: Upstream changes are primarily HFS+ bug fixes, and we will
+ be synchronising with the next Hackage LTS in the near future, so
+ this is a very short-lived patch.  Existing hledger-ui users will not
+ experience a regression.  By not updating fsnotify at this time,
+ we're exposing a small subset of hledger-ui users to a bug that is
+ fixed upstream in later fsnotify version.  When we synchronise with
+ the next LTS release the "Gracefully handle broken symlinks" fix will
+ be imported with the new upstream version of fsnotify.
+Author: Nicholas D Steeves <sten at debian.org>
+Forwarded: not-needed
+Last-Update: 2025-11-14
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: hledger-ui-1.50.2/hledger-ui.cabal
+===================================================================
+--- hledger-ui-1.50.2.orig/hledger-ui.cabal
++++ hledger-ui-1.50.2/hledger-ui.cabal
+@@ -88,7 +88,7 @@ library
+     , doclayout >=0.3 && <0.6
+     , extra >=1.7.11
+     , filepath
+-    , fsnotify >=0.4.2.0 && <0.5
++    , fsnotify >=0.4.1.0 && <0.5
+     , githash >=0.1.6.2
+     , hledger >=1.50.2 && <1.51
+     , hledger-lib >=1.50.2 && <1.51


=====================================
patches/haskell-hledger-ui/1.50.2/series
=====================================
@@ -0,0 +1 @@
+relax-fsnotify-bd.diff



View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/3a49c1426f78b0e1c818a85faecfdd05c3acabe3

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/commit/3a49c1426f78b0e1c818a85faecfdd05c3acabe3
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20251114/351eb285/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list