7734eb034b
1.3 * Generated directory names are now based on random hex strings rather than PIDs. * This got a major version bump as a courtesy to users who may depend on the specific form of generated names, but that form is not part of the API contract and should not be depended upon. 1.2.1.1 * Improve the docs 1.2.1 * Limit support to GHC 7.0+ * Add new functions: writeTempFile, writeSystemTempFile, emptyTempFile, emptySystemTempFile * Make sure that system* functions return canonicalized paths * Modernize the code base, add tests and documentation 1.2.0.4 * Update maintainership information * Fix the docs
13 lines
373 B
Makefile
13 lines
373 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/01/01 05:24:54 pho Exp $
|
|
|
|
DISTNAME= temporary-1.3
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= szptvlfn@NetBSD.org
|
|
COMMENT= Portable temporary file and directory support
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../devel/hs-exceptions/buildlink3.mk"
|
|
.include "../../devel/hs-random/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|