-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.10.20, released 2018-01-22 #54, use the getopt data types from base 0.10.19, released 2018-01-01 #47, ensure Semigroup instance on all GHC versions 0.10.18, released 2017-09-24 #47, GHC 8.4 compatibility 0.10.17, released 2017-03-31 Add processValueIO for more controlled error messages #529, don't include the stack trace in processValue 0.10.16, released 2017-03-22 Minor improvement to error messages 0.10.15, released 2017-03-06 #43, GHC 8.2 compatibility 0.10.14, released 2016-02-16 #39, ensure correct line breaks in HTML help output #18, preserve manual \n in help messages #25, reformat the README
- Loading branch information
1 parent
ecbee29
commit 210362f
Showing
4 changed files
with
12 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# $NetBSD: Makefile,v 1.5 2015/06/04 13:06:12 szptvlfn Exp $ | ||
# $NetBSD: Makefile,v 1.6 2020/01/01 03:01:16 pho Exp $ | ||
|
||
DISTNAME= cmdargs-0.10.13 | ||
DISTNAME= cmdargs-0.10.20 | ||
CATEGORIES= devel | ||
|
||
MAINTAINER= [email protected] | ||
COMMENT= Command line argument processing | ||
LICENSE= modified-bsd | ||
|
||
.include "../../mk/haskell.mk" | ||
.include "../../devel/hs-transformers/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# $NetBSD: buildlink3.mk,v 1.6 2015/06/04 13:06:12 szptvlfn Exp $ | ||
# $NetBSD: buildlink3.mk,v 1.7 2020/01/01 03:01:16 pho Exp $ | ||
|
||
BUILDLINK_TREE+= hs-cmdargs | ||
|
||
.if !defined(HS_CMDARGS_BUILDLINK3_MK) | ||
HS_CMDARGS_BUILDLINK3_MK:= | ||
|
||
BUILDLINK_API_DEPENDS.hs-cmdargs+= hs-cmdargs>=0.10.13 | ||
BUILDLINK_ABI_DEPENDS.hs-cmdargs+= hs-cmdargs>=0.10.13 | ||
BUILDLINK_API_DEPENDS.hs-cmdargs+= hs-cmdargs>=0.10.20 | ||
BUILDLINK_ABI_DEPENDS.hs-cmdargs+= hs-cmdargs>=0.10.20 | ||
BUILDLINK_PKGSRCDIR.hs-cmdargs?= ../../devel/hs-cmdargs | ||
|
||
.include "../../devel/hs-transformers/buildlink3.mk" | ||
.include "../../math/hs-semigroups/buildlink3.mk" | ||
.endif # HS_CMDARGS_BUILDLINK3_MK | ||
|
||
BUILDLINK_TREE+= -hs-cmdargs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.5 2015/11/03 03:27:32 agc Exp $ | ||
$NetBSD: distinfo,v 1.6 2020/01/01 03:01:16 pho Exp $ | ||
|
||
SHA1 (cmdargs-0.10.13.tar.gz) = e9477122ccea8d2e0d77d961b191932b2f3e018e | ||
RMD160 (cmdargs-0.10.13.tar.gz) = 52ec121615ce553d7dbeb22c3c60b9383c0c16ff | ||
SHA512 (cmdargs-0.10.13.tar.gz) = d4d0b93ca19b9ecdcea472b38b836c254a5e8a5ffe488c95d98f16395579483993fe0f7266d80771b85f1ed4683e34a6a3b493fe8e23595c1ba4db68a8daa0df | ||
Size (cmdargs-0.10.13.tar.gz) = 64008 bytes | ||
SHA1 (cmdargs-0.10.20.tar.gz) = ec596ca3c730ee8b05ce1d8a16cad622ed5f43fe | ||
RMD160 (cmdargs-0.10.20.tar.gz) = cc97260d24977a65cf2a0d19cec1cd5f670e5a66 | ||
SHA512 (cmdargs-0.10.20.tar.gz) = b9e270aa5dabd84eaaa47b95a450ef5b5f43cd19646f2a407579f855857d396e5ab9ca0038e1e876849a596ecb8cdc9964c45970825a0a95021d69b23699da79 | ||
Size (cmdargs-0.10.20.tar.gz) = 64550 bytes |