mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
A monad for using CryptoRandomGen.
WWW: http://trac.haskell.org/crypto-api/wiki Obtained from: FreeBSD Haskell
This commit is contained in:
parent
350b4034e6
commit
4f52336b61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298139
@ -185,6 +185,7 @@ monad-par_port= devel/hs-monad-par
|
||||
monad-par-extras_port= devel/hs-monad-par-extras
|
||||
MonadCatchIO-mtl_port= devel/hs-MonadCatchIO-mtl
|
||||
MonadCatchIO-transformers_port= devel/hs-MonadCatchIO-transformers
|
||||
monadcryptorandom_port= security/hs-monadcryptorandom
|
||||
mtl_port= devel/hs-mtl
|
||||
mueval_port= devel/hs-mueval # executable
|
||||
murmur-hash_port= devel/hs-murmur-hash
|
||||
|
20
security/hs-monadcryptorandom/Makefile
Normal file
20
security/hs-monadcryptorandom/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-monadcryptorandom
|
||||
# Date created: April 7, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= monadcryptorandom
|
||||
PORTVERSION= 0.4.1
|
||||
CATEGORIES= security haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A monad for using CryptoRandomGen
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= crypto-api>=0.2 mtl>=2.0 transformers>=0.2
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
security/hs-monadcryptorandom/distinfo
Normal file
2
security/hs-monadcryptorandom/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/monadcryptorandom-0.4.1.tar.gz) = e169e92973095d009c2775ba998f361662d4c2c41d6661407f6ba44ab2fba307
|
||||
SIZE (cabal/monadcryptorandom-0.4.1.tar.gz) = 3938
|
3
security/hs-monadcryptorandom/pkg-descr
Normal file
3
security/hs-monadcryptorandom/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
A monad for using CryptoRandomGen.
|
||||
|
||||
WWW: http://trac.haskell.org/crypto-api/wiki
|
Loading…
Reference in New Issue
Block a user