diff options
author | pho <pho@pkgsrc.org> | 2020-01-15 07:14:32 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-15 07:14:32 +0000 |
commit | 96ea2d67f4f7561b98fc916a44584b6e149ab508 (patch) | |
tree | b9dc654f6bacfc2d95bfbcf8b06c416fd16f418f /converters | |
parent | 772e968711e00868131dff5794609a890a7161d5 (diff) | |
download | pkgsrc-96ea2d67f4f7561b98fc916a44584b6e149ab508.tar.gz |
Add hs-base16-bytestring
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile index 0054e2f86a7..c969508c9e5 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.170 2020/01/15 06:05:08 pho Exp $ +# $NetBSD: Makefile,v 1.171 2020/01/15 07:14:32 pho Exp $ # COMMENT= Document format and character code converters @@ -31,6 +31,7 @@ SUBDIR+= gbase SUBDIR+= help2man SUBDIR+= hs-aeson SUBDIR+= hs-aeson-pretty +SUBDIR+= hs-base16-bytestring SUBDIR+= hs-base64-bytestring SUBDIR+= hztty SUBDIR+= ish |