aboutsummaryrefslogtreecommitdiff
path: root/security/hs-cryptocipher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cryptocipher/Makefile')
-rw-r--r--security/hs-cryptocipher/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/hs-cryptocipher/Makefile b/security/hs-cryptocipher/Makefile
index ac9d1e3a75d5..706e05cd2b51 100644
--- a/security/hs-cryptocipher/Makefile
+++ b/security/hs-cryptocipher/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cryptocipher
-PORTVERSION= 0.3.6
+PORTVERSION= 0.4.0
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,8 +11,8 @@ LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= cereal cpu>=0.1 crypto-api>=0.5 crypto-pubkey-types>=0.2 \
- primitive tagged vector>=0.7
+USE_CABAL= cereal cipher-aes cipher-rc4 cpu>=0.1 crypto-api>=0.5 \
+ crypto-pubkey-types>=0.2 primitive tagged vector>=0.7
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>