diff options
Diffstat (limited to 'devel/hs-io-streams-haproxy')
-rw-r--r-- | devel/hs-io-streams-haproxy/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/hs-io-streams-haproxy/Makefile b/devel/hs-io-streams-haproxy/Makefile index b04dfa01f2e4..b6688caa0256 100644 --- a/devel/hs-io-streams-haproxy/Makefile +++ b/devel/hs-io-streams-haproxy/Makefile @@ -2,7 +2,7 @@ PORTNAME= io-streams-haproxy PORTVERSION= 1.0.0.2 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org diff --git a/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal b/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal index 9a29416c3620..e74a0d18e947 100644 --- a/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal +++ b/devel/hs-io-streams-haproxy/files/patch-io-streams-haproxy.cabal @@ -5,7 +5,7 @@ c-sources: cbits/byteorder.c - build-depends: base >= 4.5 && < 4.11, -+ build-depends: base >= 4.5 && < 4.12, ++ build-depends: base >= 4.5 && < 4.13, attoparsec >= 0.7 && < 0.14, bytestring >= 0.9 && < 0.11, io-streams >= 1.3 && < 1.6, |