summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-04-03 07:32:32 +0000
committerwiz <wiz@pkgsrc.org>2020-04-03 07:32:32 +0000
commit968b4eba1964ee64f83fce369fbf8862002d2620 (patch)
tree0e7034baa1c73672f570c2358a709719a96975ec /textproc
parent9b082e2a45ece540be27cc6e0f97bb9d7b858b77 (diff)
downloadpkgsrc-968b4eba1964ee64f83fce369fbf8862002d2620.tar.gz
hs-text-short: add missing DEPENDS.
Fixes build.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-text-short/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/hs-text-short/Makefile b/textproc/hs-text-short/Makefile
index c2767b0fd7c..e72441142c1 100644
--- a/textproc/hs-text-short/Makefile
+++ b/textproc/hs-text-short/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/03 07:32:32 wiz Exp $
DISTNAME= text-short-0.1.3
CATEGORIES= textproc
@@ -9,5 +9,7 @@ HOMEPAGE= https://hackage.haskell.org/package/text-short
COMMENT= Memory-efficient representation of Unicode text strings
LICENSE= modified-bsd
+DEPENDS+= hs-hashable-[0-9]*:../../devel/hs-hashable
+
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"