diff options
author | pho <pho@pkgsrc.org> | 2020-01-03 07:52:42 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-03 07:52:42 +0000 |
commit | ea574d68af96076a927cb225045b4bfa2cd4b52f (patch) | |
tree | 0c1770ff805c488307f306270c37d888879f057a | |
parent | 67ae3c4898c9616092d540d3369bce07869bc315 (diff) | |
download | pkgsrc-ea574d68af96076a927cb225045b4bfa2cd4b52f.tar.gz |
Add hs-conduit
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 13278341046..c6e626e06cb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2976 2020/01/03 07:47:03 pho Exp $ +# $NetBSD: Makefile,v 1.2977 2020/01/03 07:52:42 pho Exp $ # COMMENT= Development utilities @@ -493,6 +493,7 @@ SUBDIR+= hs-base-unicode-symbols SUBDIR+= hs-blaze-builder SUBDIR+= hs-cmdargs SUBDIR+= hs-colour +SUBDIR+= hs-conduit SUBDIR+= hs-cpphs SUBDIR+= hs-data-default SUBDIR+= hs-data-default-class |