Ranges and some functions allowing things like fast membership lookup on
ranges with holes in them and so on. WWW: http://hackage.haskell.org/package/ranges Obtained from: FreeBSD Haskell
This commit is contained in:
parent
756c333034
commit
e0bdd43eff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291707
5 changed files with 28 additions and 0 deletions
|
@ -665,6 +665,7 @@
|
|||
SUBDIR += hs-parallel
|
||||
SUBDIR += hs-pcre-light
|
||||
SUBDIR += hs-primitive
|
||||
SUBDIR += hs-ranges
|
||||
SUBDIR += hs-reactive
|
||||
SUBDIR += hs-readline
|
||||
SUBDIR += hs-safe
|
||||
|
|
20
devel/hs-ranges/Makefile
Normal file
20
devel/hs-ranges/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# New ports collection makefile for: hs-ranges
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ranges
|
||||
PORTVERSION= 0.2.4
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Ranges and various functions on them
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
CABAL_SETUP= Setup.hs
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-ranges/distinfo
Normal file
2
devel/hs-ranges/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/ranges-0.2.4.tar.gz) = dbbba083fccdd7f27454db3f29d0f9f13e927cb1e985641e5dbdcdbfddaebbfa
|
||||
SIZE (cabal/ranges-0.2.4.tar.gz) = 2244
|
4
devel/hs-ranges/pkg-descr
Normal file
4
devel/hs-ranges/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ranges and some functions allowing things like fast membership lookup on
|
||||
ranges with holes in them and so on.
|
||||
|
||||
WWW: http://hackage.haskell.org/package/ranges
|
|
@ -195,6 +195,7 @@ PSQueue_port= devel/hs-PSQueue
|
|||
pureMD5_port= security/hs-pureMD5
|
||||
pwstore-fast_port= security/hs-pwstore-fast
|
||||
QuickCheck_port= devel/hs-QuickCheck
|
||||
ranges_port= devel/hs-ranges
|
||||
reactive_port= devel/hs-reactive
|
||||
readline_port= devel/hs-readline
|
||||
recaptcha_port= www/hs-recaptcha
|
||||
|
|
Loading…
Reference in a new issue