a3526bfd82
modified to return more descriptive error messages, programmer defined error messages, `Maybe' wrapped results and default values. These functions can be used to reduce the number of unsafe pattern matches in your code. ok jasper@
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/11/13 23:22:54 kili Exp $
|
|
|
|
COMMENT = safe wrappers for some base functions
|
|
|
|
DISTNAME = safe-0.3.2
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://community.haskell.org/~ndm/safe/
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|