pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hashtables



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr  3 07:28:13 UTC 2020

Modified Files:
        pkgsrc/devel/hs-hashtables: Makefile

Log Message:
hs-hashtables: add missing DEPENDS.

Fixes build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-hashtables/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-hashtables/Makefile
diff -u pkgsrc/devel/hs-hashtables/Makefile:1.1 pkgsrc/devel/hs-hashtables/Makefile:1.2
--- pkgsrc/devel/hs-hashtables/Makefile:1.1     Mon Mar 30 16:40:26 2020
+++ pkgsrc/devel/hs-hashtables/Makefile Fri Apr  3 07:28:12 2020
@@ -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
@@ -9,5 +9,9 @@ HOMEPAGE=       https://github.com/gregorycoll
 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"



Home | Main Index | Thread Index | Old Index