cde2016485
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).
11 lines
279 B
Makefile
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"
|