openbsd-ports/devel/hs-regex-compat/Makefile
kili d73ffa853b Use @unexec. I must have been on drugs when using @unexec-delete
for unregister.sh in all the new ghc libraries (which leads to bogus
registered ghc packages after updates).

You can use the command

        ghc-pkg check

to check ghcs internal package list. If it reports missing files
for some package (like hashed-storage-0.4.11), you can forcibly
unregister it by running (as root) something like

        ghc-pkg unregister hashed-storage-0.4.11

ok dcoppa@
2010-05-14 09:08:25 +00:00

27 lines
621 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/05/14 09:08:26 kili Exp $
COMMENT = module layer over regex-posix to replace Text.Regex
DISTNAME = regex-compat-0.92
PKGNAME = hs-${DISTNAME}p0
CATEGORIES = devel
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD
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-regex-base->=0.93:devel/hs-regex-base \
:hs-regex-posix->=0.93:devel/hs-regex-posix
.include <bsd.port.mk>