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

snap-server: patch for newer time

parent fb42e2f8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-snap-server (1.1.0.0-5) unstable; urgency=medium

  * Patch for newer time.

 -- Clint Adams <clint@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.
+1 −1
Original line number Diff line number Diff line
@@ -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),
+6 −1
Original line number Diff line number Diff line
--- 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