Commit 42fe6e60 authored by Clint Adams's avatar Clint Adams
Browse files

yesod-bin: patch for newer yaml and fsnotify

parent 57acb570
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-yesod-bin (1.6.0.3-4) unstable; urgency=medium

  * Patch for newer yaml and fsnotify.

 -- Clint Adams <clint@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-
+4 −4
Original line number Diff line number Diff line
@@ -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]

+14 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-deps