[Git][haskell-team/DHG_packages][master] yesod-bin: patch for newer yaml and fsnotify
Clint Adams
gitlab at salsa.debian.org
Mon Nov 5 14:31:52 GMT 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
42fe6e60 by Clint Adams at 2018-11-05T14:31:07Z
yesod-bin: patch for newer yaml and fsnotify
- - - - -
4 changed files:
- p/haskell-yesod-bin/debian/changelog
- p/haskell-yesod-bin/debian/control
- + p/haskell-yesod-bin/debian/patches/newer-deps
- + p/haskell-yesod-bin/debian/patches/series
Changes:
=====================================
p/haskell-yesod-bin/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-yesod-bin (1.6.0.3-4) unstable; urgency=medium
+
+ * Patch for newer yaml and fsnotify.
+
+ -- Clint Adams <clint at debian.org> Mon, 05 Nov 2018 09:30:38 -0500
+
haskell-yesod-bin (1.6.0.3-3) unstable; urgency=medium
* Remove build dependency on libghc-parsec3-dev (provided by ghc-
=====================================
p/haskell-yesod-bin/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
libghc-conduit-extra-dev (>= 1.3),
libghc-data-default-class-dev,
libghc-file-embed-dev,
- libghc-fsnotify-dev (<< 0.3),
+ libghc-fsnotify-dev (<< 0.4),
libghc-http-client-dev (>= 0.4.7),
libghc-http-client-tls-dev,
libghc-http-reverse-proxy-dev (>= 0.4),
@@ -42,11 +42,11 @@ Build-Depends:
libghc-wai-extra-dev,
libghc-warp-dev (>= 1.3.7.5),
libghc-warp-tls-dev (>= 3.0.1),
- libghc-yaml-dev (<< 0.9),
libghc-yaml-dev (>= 0.8),
+ libghc-yaml-dev (<< 0.11),
libghc-zlib-dev (>= 0.5),
-Standards-Version: 4.1.4
-Homepage: http://www.yesodweb.com/
+Standards-Version: 4.2.1
+Homepage: https://www.yesodweb.com/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-yesod-bin
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-yesod-bin]
=====================================
p/haskell-yesod-bin/debian/patches/newer-deps
=====================================
@@ -0,0 +1,14 @@
+--- a/yesod-bin.cabal
++++ b/yesod-bin.cabal
+@@ -43,9 +43,9 @@
+ , zlib >= 0.5
+ , tar >= 0.4 && < 0.6
+ , unordered-containers
+- , yaml >= 0.8 && < 0.9
++ , yaml >= 0.8 && < 0.11
+ , optparse-applicative >= 0.11
+- , fsnotify >= 0.0 && < 0.3
++ , fsnotify >= 0.0 && < 0.4
+ , split >= 0.2 && < 0.3
+ , file-embed
+ , conduit >= 1.3
=====================================
p/haskell-yesod-bin/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/42fe6e60cfe53da1d7e01cf5ba8e8ce232ddcff7
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/42fe6e60cfe53da1d7e01cf5ba8e8ce232ddcff7
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/20181105/d0f8d6ec/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list