io-streams-haproxy 1.0.0.1 → 1.0.0.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~io-streamsdep ~networkPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, io-streams, network
API changes (from Hackage documentation)
Files
- io-streams-haproxy.cabal +4/−4
io-streams-haproxy.cabal view
@@ -1,5 +1,5 @@ name: io-streams-haproxy-version: 1.0.0.1+version: 1.0.0.2 synopsis: HAProxy protocol 1.5 support for io-streams description: HAProxy protocol version 1.5 support (see@@ -35,10 +35,10 @@ other-modules: System.IO.Streams.Network.Internal.Address c-sources: cbits/byteorder.c - build-depends: base >= 4.5 && < 4.10,+ build-depends: base >= 4.5 && < 4.11, attoparsec >= 0.7 && < 0.14, bytestring >= 0.9 && < 0.11,- io-streams >= 1.3 && < 1.4,+ io-streams >= 1.3 && < 1.6, network >= 2.3 && < 2.7, transformers >= 0.3 && < 0.6 default-language: Haskell2010@@ -56,7 +56,7 @@ Default-language: Haskell2010 c-sources: cbits/byteorder.c - ghc-options: -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded+ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -threaded -fno-warn-unused-do-bind Other-modules: System.IO.Streams.Network.HAProxy,