summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/hs-shakespeare/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/hs-shakespeare/Makefile b/textproc/hs-shakespeare/Makefile
index b8842333299..d9e80a1e0fc 100644
--- a/textproc/hs-shakespeare/Makefile
+++ b/textproc/hs-shakespeare/Makefile
@@ -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 @@ HOMEPAGE= http://www.yesodweb.com/book/shakespearean-templates
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"