0f962225b7
This library provides a datatype which can be interpreted by apply-refact. It exists as a seperate library so that applications can specify refactorings without depending on GHC.
11 lines
276 B
Makefile
11 lines
276 B
Makefile
# $NetBSD: Makefile,v 1.1 2021/05/05 10:01:56 pho Exp $
|
|
|
|
DISTNAME= refact-0.3.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Specify refactorings to perform with apply-refact
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|