[Git][haskell-team/DHG_packages][master] snap-server: patch for newer base, containers, and network
Clint Adams
gitlab at salsa.debian.org
Sat Jul 27 15:02:05 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9e2494cd by Clint Adams at 2019-07-27T14:01:35Z
snap-server: patch for newer base, containers, and network
- - - - -
3 changed files:
- p/haskell-snap-server/debian/changelog
- + p/haskell-snap-server/debian/patches/newer-deps
- p/haskell-snap-server/debian/patches/series
Changes:
=====================================
p/haskell-snap-server/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-snap-server (1.1.0.0-4) unstable; urgency=medium
+
+ * Patch for newer base, containers, and network.
+
+ -- Clint Adams <clint at debian.org> Sat, 27 Jul 2019 10:01:10 -0400
+
haskell-snap-server (1.1.0.0-3) unstable; urgency=medium
* Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
=====================================
p/haskell-snap-server/debian/patches/newer-deps
=====================================
@@ -0,0 +1,24 @@
+--- a/snap-server.cabal
++++ b/snap-server.cabal
+@@ -95,18 +95,18 @@
+
+ build-depends:
+ attoparsec >= 0.12 && < 0.14,
+- base >= 4.6 && < 4.12,
++ base >= 4.6 && < 4.13,
+ blaze-builder >= 0.4 && < 0.5,
+ bytestring >= 0.9.1 && < 0.11,
+ case-insensitive >= 1.1 && < 1.3,
+ clock >= 0.7.1 && < 0.8,
+- containers >= 0.3 && < 0.6,
++ containers >= 0.3 && < 0.7,
+ filepath >= 1.1 && < 2.0,
+ io-streams >= 1.3 && < 1.6,
+ io-streams-haproxy >= 1.0 && < 1.1,
+ lifted-base >= 0.1 && < 0.3,
+ mtl >= 2.0 && < 2.3,
+- network >= 2.3 && < 2.7,
++ network >= 2.3 && < 2.9,
+ old-locale >= 1.0 && < 1.1,
+ snap-core >= 1.0 && < 1.1,
+ text >= 0.11 && < 1.3,
=====================================
p/haskell-snap-server/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-bytestring-builder
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9e2494cd6eb27a042352e5abc734f3d1db7d9473
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/9e2494cd6eb27a042352e5abc734f3d1db7d9473
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/20190727/0a3a6e80/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list