Commit 0c740a9e authored by Clint Adams's avatar Clint Adams
Browse files

io-streams-haproxy: Upgrading from 1.0.0.2 to 1.0.1.0

parent 9a8a4779
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-io-streams-haproxy (1.0.1.0-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 16:24:47 -0400

haskell-io-streams-haproxy (1.0.0.2-4) unstable; urgency=medium

  * Newer build-deps from hackage
+3 −4
Original line number Diff line number Diff line
@@ -17,9 +17,8 @@ Build-Depends: debhelper (>= 10),
 libghc-io-streams-dev (<< 1.6),
 libghc-io-streams-prof,
 libghc-network-dev (>= 2.3),
 libghc-network-dev (<< 2.9),
 libghc-network-prof (>= 2.3),
 libghc-network-prof (<< 2.9),
 libghc-network-dev (<< 3.1),
 libghc-network-prof,
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 2),
 libghc-test-framework-dev (>= 0.8.0.3),
@@ -30,7 +29,7 @@ Build-Depends-Indep: ghc-doc,
 libghc-attoparsec-doc,
 libghc-io-streams-doc,
 libghc-network-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: http://snapframework.com/
X-Description: HAProxy protocol 1.5 support for io-streams
 HAProxy protocol version 1.5 support for applications using
+0 −18
Original line number Diff line number Diff line
Index: b/io-streams-haproxy.cabal
===================================================================
--- a/io-streams-haproxy.cabal
+++ b/io-streams-haproxy.cabal
@@ -35,11 +35,11 @@ library
   other-modules:     System.IO.Streams.Network.Internal.Address
   c-sources:         cbits/byteorder.c
 
-  build-depends:     base              >= 4.5 && < 4.11,
+  build-depends:     base              >= 4.5 && < 4.12,
                      attoparsec        >= 0.7 && < 0.14,
                      bytestring        >= 0.9 && < 0.11,
                      io-streams        >= 1.3 && < 1.6,
-                     network           >= 2.3 && < 2.7,
+                     network           >= 2.3 && < 2.9,
                      transformers      >= 0.3 && < 0.6
   default-language:  Haskell2010
 
+0 −1
Original line number Diff line number Diff line
newer-deps