diff options
Diffstat (limited to 'net/hs-connection/Makefile')
-rw-r--r-- | net/hs-connection/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/hs-connection/Makefile b/net/hs-connection/Makefile index 4d091352a710..55510b972653 100644 --- a/net/hs-connection/Makefile +++ b/net/hs-connection/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= connection -PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTVERSION= 0.2.5 CATEGORIES= net haskell MAINTAINER= haskell@FreeBSD.org @@ -10,8 +9,8 @@ COMMENT= Simple and easy network connections API LICENSE= BSD3CLAUSE -USE_CABAL= cprng-aes data-default-class network>=2.3 socks>=0.4 \ - tls>=1.2 x509>=1.4 x509-store>=1.4 x509-system>=1.4 \ +USE_CABAL= byteable data-default-class network>=2.3 socks>=0.4 \ + tls>=1.3 x509>=1.5 x509-store>=1.5 x509-system>=1.5 \ x509-validation>=1.5 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" |