Commit e4100862 authored by Clint Adams's avatar Clint Adams
Browse files

wai-handler-launch: patch for newer warp

parent 781e4fac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-wai-handler-launch (3.0.2.4-2) unstable; urgency=medium

  * Patch for newer warp.

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 12:48:03 -0400

haskell-wai-handler-launch (3.0.2.4-1) unstable; urgency=medium

  [ Clint Adams ]
+3 −3
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@ Build-Depends:
 libghc-wai-dev (<< 3.3),
 libghc-wai-dev (>= 3.0),
 libghc-wai-prof,
 libghc-warp-dev (<< 3.3),
 libghc-warp-dev (>= 3.0),
 libghc-warp-dev (<< 3.4),
 libghc-warp-prof,
Build-Depends-Indep:
 ghc-doc,
@@ -30,8 +30,8 @@ Build-Depends-Indep:
 libghc-streaming-commons-doc,
 libghc-wai-doc,
 libghc-warp-doc,
Standards-Version: 4.1.4
Homepage: http://hackage.haskell.org/package/wai-handler-launch
Standards-Version: 4.4.0
Homepage: https://hackage.haskell.org/package/wai-handler-launch
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-wai-handler-launch
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-wai-handler-launch]

+11 −0
Original line number Diff line number Diff line
--- a/wai-handler-launch.cabal
+++ b/wai-handler-launch.cabal
@@ -15,7 +15,7 @@
     Exposed-modules: Network.Wai.Handler.Launch
     build-depends:   base                    >= 4       && < 5
                    , wai                     >= 3.0     && < 3.3
-                   , warp                    >= 3.0     && < 3.3
+                   , warp                    >= 3.0     && < 3.4
                    , http-types              >= 0.7
                    , transformers            >= 0.2.2
                    , bytestring              >= 0.10.4
+1 −0
Original line number Diff line number Diff line
newer-deps