mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
lifted-base exports IO operations from the base library lifted to any
instance of MonadBase or MonadBaseControl. WWW: https://github.com/basvandijk/lifted-base Obtained from: FreeBSD Haskell
This commit is contained in:
parent
3387004968
commit
ec7dba516a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291587
5 changed files with 30 additions and 0 deletions
|
@ -642,6 +642,7 @@
|
||||||
SUBDIR += hs-language-c
|
SUBDIR += hs-language-c
|
||||||
SUBDIR += hs-largeword
|
SUBDIR += hs-largeword
|
||||||
SUBDIR += hs-lazysmallcheck
|
SUBDIR += hs-lazysmallcheck
|
||||||
|
SUBDIR += hs-lifted-base
|
||||||
SUBDIR += hs-logict
|
SUBDIR += hs-logict
|
||||||
SUBDIR += hs-mmap
|
SUBDIR += hs-mmap
|
||||||
SUBDIR += hs-monad-control
|
SUBDIR += hs-monad-control
|
||||||
|
|
22
devel/hs-lifted-base/Makefile
Normal file
22
devel/hs-lifted-base/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: hs-lifted-base
|
||||||
|
# Date created: December 30, 2011
|
||||||
|
# Whom: haskell@FreeBSD.org
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= lifted-base
|
||||||
|
PORTVERSION= 0.1.0.3
|
||||||
|
CATEGORIES= devel haskell
|
||||||
|
|
||||||
|
MAINTAINER= haskell@FreeBSD.org
|
||||||
|
COMMENT= Lifted IO operations from the base library
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
|
CABAL_SETUP= Setup.hs
|
||||||
|
USE_CABAL= base-unicode-symbols>=0.1.1 monad-control>=0.3 \
|
||||||
|
transformers-base>=0.4
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||||
|
.include <bsd.port.mk>
|
2
devel/hs-lifted-base/distinfo
Normal file
2
devel/hs-lifted-base/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (cabal/lifted-base-0.1.0.3.tar.gz) = 66f4f6ceca1612bc738a33ba786b717c4412a025079ece7eed6449ded19662ba
|
||||||
|
SIZE (cabal/lifted-base-0.1.0.3.tar.gz) = 8557
|
4
devel/hs-lifted-base/pkg-descr
Normal file
4
devel/hs-lifted-base/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
lifted-base exports IO operations from the base library lifted to any
|
||||||
|
instance of MonadBase or MonadBaseControl.
|
||||||
|
|
||||||
|
WWW: https://github.com/basvandijk/lifted-base
|
|
@ -133,6 +133,7 @@ lazysmallcheck_port= devel/hs-lazysmallcheck
|
||||||
lhs2tex_port= textproc/hs-lhs2tex
|
lhs2tex_port= textproc/hs-lhs2tex
|
||||||
libmpd_port= audio/hs-libmpd
|
libmpd_port= audio/hs-libmpd
|
||||||
libxml_port= textproc/hs-libxml
|
libxml_port= textproc/hs-libxml
|
||||||
|
lifted-base_port= devel/hs-lifted-base
|
||||||
logict_port= devel/hs-logict
|
logict_port= devel/hs-logict
|
||||||
math-functions_port= math/hs-math-functions
|
math-functions_port= math/hs-math-functions
|
||||||
MemoTrie_port= devel/hs-MemoTrie
|
MemoTrie_port= devel/hs-MemoTrie
|
||||||
|
|
Loading…
Add table
Reference in a new issue