pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hie-bios



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb 26 08:41:28 UTC 2022

Modified Files:
        pkgsrc/devel/hs-hie-bios: Makefile

Log Message:
devel/hs-hie-bios: Generate shell completion scripts with optparse-applicative


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-hie-bios/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-hie-bios/Makefile
diff -u pkgsrc/devel/hs-hie-bios/Makefile:1.2 pkgsrc/devel/hs-hie-bios/Makefile:1.3
--- pkgsrc/devel/hs-hie-bios/Makefile:1.2       Sat Feb 26 03:57:57 2022
+++ pkgsrc/devel/hs-hie-bios/Makefile   Sat Feb 26 08:41:28 2022
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2022/02/26 03:57:57 pho Exp $
+# $NetBSD: Makefile,v 1.3 2022/02/26 08:41:28 pho Exp $
 
 DISTNAME=      hie-bios-0.8.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Set up a GHC API session
 LICENSE=       modified-bsd
 
+# hie-bios is built with optparse-applicative, and can generate shell
+# completion scripts automatically.
+OPTPARSE_APPLICATIVE_EXECUTABLES+=     hie-bios
+.include "../../devel/hs-optparse-applicative/application.mk"
+
+# lib:hie-bios
 .include "../../converters/hs-aeson/buildlink3.mk"
 .include "../../converters/hs-base16-bytestring/buildlink3.mk"
 .include "../../devel/hs-conduit/buildlink3.mk"
@@ -21,6 +27,6 @@ LICENSE=      modified-bsd
 .include "../../devel/hs-unordered-containers/buildlink3.mk"
 .include "../../devel/hs-vector/buildlink3.mk"
 .include "../../textproc/hs-yaml/buildlink3.mk"
-.include "../../devel/hs-optparse-applicative/buildlink3.mk"
+
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index