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 unified 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,13 +1,17 @@ @@ -1,13 +1,17 @@
1# $NetBSD: Makefile,v 1.1 2020/03/30 16:40:26 riastradh Exp $ 1# $NetBSD: Makefile,v 1.2 2020/04/03 07:28:12 wiz Exp $
2 2
3DISTNAME= hashtables-1.2.3.4 3DISTNAME= hashtables-1.2.3.4
4CATEGORIES= devel 4CATEGORIES= devel
5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=hashtables-${PKGVERSION_NOREV}/} 5MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=hashtables-${PKGVERSION_NOREV}/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/gregorycollins/hashtables 8HOMEPAGE= https://github.com/gregorycollins/hashtables
9COMMENT= Mutable hash tables in the ST monad 9COMMENT= Mutable hash tables in the ST monad
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
 12DEPENDS+= hs-hashable-[0-9]*:../../devel/hs-hashable
 13DEPENDS+= hs-primitive-[0-9]*:../../devel/hs-primitive
 14DEPENDS+= hs-vector-[0-9]*:../../devel/hs-vector
 15
12.include "../../mk/haskell.mk" 16.include "../../mk/haskell.mk"
13.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"