9f21ffd50b
This package contains the Control.Monad.Fail module providing the MonadFail class that became available in base-4.9.0.0 for older base package versions. This package turns into an empty package when used with GHC versions which already provide the Control.Monad.Fail module to make way for GHC's own Control.Monad.Fail module.
15 lines
423 B
Makefile
15 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/12/31 14:24:57 pho Exp $
|
|
|
|
DISTNAME= fail-4.9.0.0
|
|
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"
|