diff options
Diffstat (limited to 'security/hs-monadcryptorandom/Makefile')
-rw-r--r-- | security/hs-monadcryptorandom/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/hs-monadcryptorandom/Makefile b/security/hs-monadcryptorandom/Makefile index 1acc7bd1dbd3..06efdfe4299c 100644 --- a/security/hs-monadcryptorandom/Makefile +++ b/security/hs-monadcryptorandom/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= monadcryptorandom -PORTVERSION= 0.6.1 -PORTREVISION= 2 +PORTVERSION= 0.7.1 CATEGORIES= security haskell MAINTAINER= haskell@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= Monad for using CryptoRandomGen LICENSE= BSD3CLAUSE -USE_CABAL= crypto-api>=0.2 mtl>=2.0 tagged>=0.2 +USE_CABAL= crypto-api exceptions tagged transformers-compat .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |