pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/hs-shakespeare hs-shakespeare: add missing DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b770e463b441
branches:  trunk
changeset: 414832:b770e463b441
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 03 07:25:43 2020 +0000

description:
hs-shakespeare: add missing DEPENDS.

Fixes build.

diffstat:

 textproc/hs-shakespeare/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c8777b9af58c -r b770e463b441 textproc/hs-shakespeare/Makefile
--- a/textproc/hs-shakespeare/Makefile  Fri Apr 03 07:22:04 2020 +0000
+++ b/textproc/hs-shakespeare/Makefile  Fri Apr 03 07:25:43 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:01 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:25:43 wiz Exp $
 
 DISTNAME=      shakespeare-2.0.24
 CATEGORIES=    textproc
@@ -9,6 +9,9 @@
 COMMENT=       Toolkit for making compile-time interpolated templates
 LICENSE=       mit
 
+DEPENDS+=      hs-aeson-[0-9]*:../../converters/hs-aeson
+DEPENDS+=      hs-exceptions-[0-9]*:../../devel/hs-exceptions
+
 USE_LANGUAGES= # none
 
 .include "../../mk/haskell.mk"



Home | Main Index | Thread Index | Old Index