Fri Apr 3 07:28:13 2020 UTC ()
hs-hashtables: add missing DEPENDS.

Fixes build.


(wiz)
diff -r1.1 -r1.2 pkgsrc/devel/hs-hashtables/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/devel/hs-hashtables/Makefile (expand / switch to context diff)
--- pkgsrc/devel/hs-hashtables/Makefile 2020/03/30 16:40:26 1.1
+++ pkgsrc/devel/hs-hashtables/Makefile 2020/04/03 07:28:12 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:40:26 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:28:12 wiz Exp $
 
 DISTNAME=	hashtables-1.2.3.4
 CATEGORIES=	devel
@@ -8,6 +8,10 @@
 HOMEPAGE=	https://github.com/gregorycollins/hashtables
 COMMENT=	Mutable hash tables in the ST monad
 LICENSE=	modified-bsd
+
+DEPENDS+=	hs-hashable-[0-9]*:../../devel/hs-hashable
+DEPENDS+=	hs-primitive-[0-9]*:../../devel/hs-primitive
+DEPENDS+=	hs-vector-[0-9]*:../../devel/hs-vector
 
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"