summaryrefslogtreecommitdiffstats
path: root/security/hs-cprng-aes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/hs-cprng-aes/Makefile')
-rw-r--r--security/hs-cprng-aes/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/hs-cprng-aes/Makefile b/security/hs-cprng-aes/Makefile
index b193b82..8837818 100644
--- a/security/hs-cprng-aes/Makefile
+++ b/security/hs-cprng-aes/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cprng-aes
-PORTVERSION= 0.2.4
+PORTVERSION= 0.3.4
CATEGORIES= security haskell
MAINTAINER= haskell@FreeBSD.org
@@ -10,7 +10,8 @@ COMMENT= Crypto Pseudo Random Number Generator using AES
LICENSE= BSD
CABAL_SETUP= Setup.hs
-USE_CABAL= cereal>=0.3.0 cipher-aes>=0.1 crypto-api>=0.8 cryptocipher \
+
+USE_CABAL= cipher-aes>=0.1 crypto-api>=0.8 crypto-random-api>=0.2 \
entropy>=0.2 random
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
OpenPOWER on IntegriCloud