1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Index: b/io-streams-haproxy.cabal
===================================================================
--- a/io-streams-haproxy.cabal
+++ b/io-streams-haproxy.cabal
@@ -1,5 +1,6 @@
name: io-streams-haproxy
version: 1.0.1.0
+x-revision: 8
synopsis: HAProxy protocol 1.5 support for io-streams
description: HAProxy protocol version 1.5 support (see
@@ -22,8 +23,20 @@ extra-source-files:
cabal-version: >=1.10
Bug-Reports: https://github.com/snapframework/io-streams-haproxy/issues
-Tested-With: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3,
- GHC == 8.0.1, GHC == 8.2.1, GHC == 8.4.3, GHC == 8.6.1
+Tested-With:
+ GHC == 9.4.1
+ GHC == 9.2.4
+ GHC == 9.0.2
+ GHC == 8.10.7
+ GHC == 8.8.4
+ GHC == 8.6.5
+ GHC == 8.4.4
+ GHC == 8.2.2
+ GHC == 8.0.2
+ GHC == 7.10.3
+ GHC == 7.8.4
+ GHC == 7.6.3
+ GHC == 7.4.2
source-repository head
type: git
@@ -35,12 +48,12 @@ library
other-modules: System.IO.Streams.Network.Internal.Address
c-sources: cbits/byteorder.c
- build-depends: base >= 4.5 && < 4.13,
- attoparsec >= 0.7 && < 0.14,
- bytestring >= 0.9 && < 0.11,
+ build-depends: base >= 4.5 && < 5,
+ attoparsec >= 0.7 && < 0.15,
+ bytestring >= 0.9 && < 0.13,
io-streams >= 1.3 && < 1.6,
- network >= 2.3 && < 3.1,
- transformers >= 0.3 && < 0.6
+ network >= 2.3 && < 3.2,
+ transformers >= 0.3 && < 0.7
default-language: Haskell2010
ghc-options: -Wall -fwarn-tabs -funbox-strict-fields
|