[Git][haskell-team/DHG_packages][master] snap-server: patch for newer time
Clint Adams
gitlab at salsa.debian.org
Sun Sep 1 15:23:50 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cce4469d by Clint Adams at 2019-09-01T14:23:03Z
snap-server: patch for newer time
- - - - -
3 changed files:
- p/haskell-snap-server/debian/changelog
- p/haskell-snap-server/debian/control
- p/haskell-snap-server/debian/patches/newer-deps
Changes:
=====================================
p/haskell-snap-server/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-snap-server (1.1.0.0-5) unstable; urgency=medium
+
+ * Patch for newer time.
+
+ -- Clint Adams <clint at debian.org> Sun, 01 Sep 2019 10:17:03 -0400
+
haskell-snap-server (1.1.0.0-4) unstable; urgency=medium
* Patch for newer base, containers, and network.
=====================================
p/haskell-snap-server/debian/control
=====================================
@@ -34,8 +34,8 @@ Build-Depends:
libghc-lifted-base-dev (<< 0.3),
libghc-lifted-base-dev (>= 0.1),
libghc-lifted-base-prof,
- libghc-network-dev (<< 2.7),
libghc-network-dev (>= 2.3),
+ libghc-network-dev (<< 2.9),
libghc-network-prof,
libghc-old-locale-dev (<< 1.1),
libghc-old-locale-dev (>= 1.0),
=====================================
p/haskell-snap-server/debian/patches/newer-deps
=====================================
@@ -1,6 +1,6 @@
--- a/snap-server.cabal
+++ b/snap-server.cabal
-@@ -95,18 +95,18 @@
+@@ -95,22 +95,22 @@
build-depends:
attoparsec >= 0.12 && < 0.14,
@@ -22,3 +22,8 @@
old-locale >= 1.0 && < 1.1,
snap-core >= 1.0 && < 1.1,
text >= 0.11 && < 1.3,
+- time >= 1.0 && < 1.9,
++ time >= 1.0 && < 1.10,
+ unix-compat >= 0.2 && < 0.6,
+ vector >= 0.7 && < 0.13
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cce4469d443329235ecb6ef7da0abe85dd63b8a8
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/cce4469d443329235ecb6ef7da0abe85dd63b8a8
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/fb7ab132/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list