pkgsrc/devel/hs-unliftio-core/Makefile
pho cde2016485 Import unliftio-core-0.1.2.0
Provides the core MonadUnliftIO typeclass, instances for base and
transformers, and basic utility functions. Typically, you'll want to
use the unliftio library, which provides more functionality (and a
much better description).
2020-01-01 05:03:08 +00:00

11 lines
279 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/01 05:03:08 pho Exp $
DISTNAME= unliftio-core-0.1.2.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= The MonadUnliftIO typeclass for unlifting monads to IO
LICENSE= mit
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"