mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Monad transformer for attempt.
WWW: http://github.com/snoyberg/control-monad-attempt Obtained from: FreeBSD Haskell
This commit is contained in:
parent
fd3b875edd
commit
de130cdf1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291701
@ -605,6 +605,7 @@
|
||||
SUBDIR += hs-checkers
|
||||
SUBDIR += hs-cmdargs
|
||||
SUBDIR += hs-configurator
|
||||
SUBDIR += hs-control-monad-attempt
|
||||
SUBDIR += hs-convertible
|
||||
SUBDIR += hs-cpphs
|
||||
SUBDIR += hs-darcs
|
||||
|
20
devel/hs-control-monad-attempt/Makefile
Normal file
20
devel/hs-control-monad-attempt/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-control-monad-attempt
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= control-monad-attempt
|
||||
PORTVERSION= 0.3.0.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Monad transformer for attempt
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= attempt>=0.3.0 transformers>=0.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-control-monad-attempt/distinfo
Normal file
2
devel/hs-control-monad-attempt/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/control-monad-attempt-0.3.0.1.tar.gz) = bac8217c9980bccfce3381ea6a28eb0e117d9aaf99f2cc3c2e5ffad5f6111690
|
||||
SIZE (cabal/control-monad-attempt-0.3.0.1.tar.gz) = 2523
|
3
devel/hs-control-monad-attempt/pkg-descr
Normal file
3
devel/hs-control-monad-attempt/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Monad transformer for attempt.
|
||||
|
||||
WWW: http://github.com/snoyberg/control-monad-attempt
|
@ -56,6 +56,7 @@ comonad-transformers_port= math/hs-comonad-transformers
|
||||
ConfigFile_port= devel/hs-ConfigFile
|
||||
configurator_port= devel/hs-configurator
|
||||
contravariant_port= math/hs-contravariant
|
||||
control-monad-attempt_port= devel/hs-control-monad-attempt
|
||||
convertible_port= devel/hs-convertible
|
||||
cpphs_port= devel/hs-cpphs # executable
|
||||
cprng-aes_port= security/hs-cprng-aes
|
||||
|
Loading…
Reference in New Issue
Block a user