Commit 531d17f4 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

io-streams-haproxy: Newer build-deps from hackage

parent 9d620151
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-io-streams-haproxy (1.0.0.2-4) unstable; urgency=medium

  * Newer build-deps from hackage

 -- Ilias Tsitsimpis <iliastsi@debian.org>  Sat, 20 Oct 2018 14:25:57 +0300

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

  [ Clint Adams ]
+2 −5
Original line number Diff line number Diff line
@@ -17,14 +17,11 @@ Build-Depends: debhelper (>= 10),
 libghc-io-streams-dev (<< 1.6),
 libghc-io-streams-prof,
 libghc-network-dev (>= 2.3),
 libghc-network-dev (<< 2.7),
 libghc-network-dev (<< 2.9),
 libghc-network-prof (>= 2.3),
 libghc-network-prof (<< 2.7),
 libghc-network-prof (<< 2.9),
 libghc-hunit-dev (>= 1.2),
 libghc-hunit-dev (<< 2),
 libghc-attoparsec-dev,
 libghc-io-streams-dev,
 libghc-network-dev,
 libghc-test-framework-dev (>= 0.8.0.3),
 libghc-test-framework-dev (<< 0.9),
 libghc-test-framework-hunit-dev (>= 0.2.7),
+18 −0
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
 
+1 −0
Original line number Diff line number Diff line
newer-deps