[Git][haskell-team/DHG_packages][master] wai-handler-launch: patch for newer warp

Clint Adams gitlab at salsa.debian.org
Sun Sep 1 17:49:43 BST 2019



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e4100862 by Clint Adams at 2019-09-01T16:49:20Z
wai-handler-launch: patch for newer warp

- - - - -


4 changed files:

- p/haskell-wai-handler-launch/debian/changelog
- p/haskell-wai-handler-launch/debian/control
- + p/haskell-wai-handler-launch/debian/patches/newer-deps
- + p/haskell-wai-handler-launch/debian/patches/series


Changes:

=====================================
p/haskell-wai-handler-launch/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-wai-handler-launch (3.0.2.4-2) unstable; urgency=medium
+
+  * Patch for newer warp.
+
+ -- Clint Adams <clint at debian.org>  Sun, 01 Sep 2019 12:48:03 -0400
+
 haskell-wai-handler-launch (3.0.2.4-1) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-wai-handler-launch/debian/control
=====================================
@@ -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]
 


=====================================
p/haskell-wai-handler-launch/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- 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


=====================================
p/haskell-wai-handler-launch/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e4100862c3e56f5bb873e5de11c65a45777b71dc

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e4100862c3e56f5bb873e5de11c65a45777b71dc
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/20190901/2ed54d31/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list