openbsd-ports/devel/hs-text/Makefile
kili 3e0d86663a This package provides the Data.Text library, a library for the
space- and time-efficient manipulation of Unicode text in Haskell.

(requirement for darcs-2.5)
2010-09-11 18:49:26 +00:00

24 lines
498 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/11 18:49:26 kili Exp $
COMMENT = efficient packed Unicode text type
DISTNAME = text-0.7.2.1
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
LIB_DEPENDS = :hs-deepseq->=1.1.0.0:devel/hs-deepseq
RUN_DEPENDS = ${LIB_DEPENDS}
.include <bsd.port.mk>