16 lines
436 B
Makefile
16 lines
436 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/05/03 19:00:58 pho Exp $
|
|
|
|
DISTNAME= fail-4.9.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Forward-compatible MonadFail class
|
|
LICENSE= modified-bsd
|
|
|
|
# This package becomes essentially blank when built with GHC >=
|
|
# 8.0. Haddock complains when there are no input files.
|
|
HASKELL_ENABLE_HADDOCK_DOCUMENTATION= no
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|