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

happstack-server: Upgrading from 7.5.1.1 to 7.5.1.3

parent e42f8e1a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-happstack-server (7.5.1.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 01 Sep 2019 10:06:24 -0400

haskell-happstack-server (7.5.1.1-5) unstable; urgency=medium

  * Patch for newer deps
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ Build-Depends:
 libghc-monad-control-dev (>= 0.3),
 libghc-monad-control-prof,
 libghc-network-dev (>> 2.6),
 libghc-network-dev (<< 2.8),
 libghc-network-dev (<< 2.9),
 libghc-network-prof,
 libghc-network-uri-dev (<< 2.7),
 libghc-network-uri-dev (>= 2.6),
+0 −20
Original line number Diff line number Diff line
--- haskell-happstack-server-7.5.1.1.orig/happstack-server.cabal
+++ haskell-happstack-server-7.5.1.1/happstack-server.cabal
@@ -70,7 +70,7 @@ Library
                        Paths_happstack_server
 
   if flag(network-uri)
-     build-depends:    network     >  2.6 && < 2.8,
+     build-depends:    network     >  2.6 && < 2.9,
                        network-uri >= 2.6 && < 2.7
   else
      build-depends:    network               < 2.6
@@ -95,7 +95,7 @@ Library
                        system-filepath        >= 0.3.1,
                        syb,
                        text                   >= 0.10  && < 1.3,
-                       template-haskell                   < 2.14,
+                       template-haskell                   < 2.15,
                        time,
                        time-compat,
                        threads                >= 0.5,
+0 −1
Original line number Diff line number Diff line
newer-deps