[Git][haskell-team/DHG_packages][master] yesod-bin: Remove upper bounds on fsnotify to fix FTBFS
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Thu Jan 4 05:00:14 GMT 2024
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
66111bbe by Scott Talbert at 2024-01-03T23:57:46-05:00
yesod-bin: Remove upper bounds on fsnotify to fix FTBFS
- - - - -
4 changed files:
- p/haskell-yesod-bin/debian/changelog
- p/haskell-yesod-bin/debian/control
- + p/haskell-yesod-bin/debian/patches/fsnotify-version
- + p/haskell-yesod-bin/debian/patches/series
Changes:
=====================================
p/haskell-yesod-bin/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-yesod-bin (1.6.2.2-2) UNRELEASED; urgency=medium
+haskell-yesod-bin (1.6.2.2-2) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:35:00 +0300
+ [ Scott Talbert ]
+ * Remove upper bounds on fsnotify to fix FTBFS (Closes: #1054943)
+
+ -- Scott Talbert <swt at techie.net> Wed, 03 Jan 2024 23:54:08 -0500
haskell-yesod-bin (1.6.2.2-1) unstable; urgency=medium
=====================================
p/haskell-yesod-bin/debian/control
=====================================
@@ -16,7 +16,6 @@ Build-Depends:
libghc-data-default-class-dev,
libghc-file-embed-dev,
libghc-fsnotify-dev (>= 0.0),
- libghc-fsnotify-dev (<< 0.4),
libghc-http-client-dev (>= 0.4.7),
libghc-http-client-tls-dev,
libghc-http-reverse-proxy-dev (>= 0.4),
=====================================
p/haskell-yesod-bin/debian/patches/fsnotify-version
=====================================
@@ -0,0 +1,11 @@
+--- a/yesod-bin.cabal
++++ b/yesod-bin.cabal
+@@ -35,7 +35,7 @@ executable yesod
+ , directory >= 1.2.1
+ , file-embed
+ , filepath >= 1.1
+- , fsnotify >= 0.0 && < 0.4
++ , fsnotify >= 0.0
+ , http-client >= 0.4.7
+ , http-client-tls
+ , http-reverse-proxy >= 0.4
=====================================
p/haskell-yesod-bin/debian/patches/series
=====================================
@@ -0,0 +1 @@
+fsnotify-version
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/66111bbe1ff0e99b723553cfd3fde64930c05813
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/66111bbe1ff0e99b723553cfd3fde64930c05813
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/20240104/ebf3085a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list