-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.7.10, released 2021-08-29 #81, add assertIO function #85, add !? to do !! list indexing returning a Maybe #80, add strict Var functions modifyVar', modifyVar_', writeVar'
- Loading branch information
1 parent
122cbc4
commit 773541a
Showing
3 changed files
with
9 additions
and
10 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,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:19 pho Exp $ | ||
# $NetBSD: Makefile,v 1.5 2022/02/11 09:42:17 pho Exp $ | ||
|
||
DISTNAME= extra-1.7.9 | ||
PKGREVISION= 2 | ||
DISTNAME= extra-1.7.10 | ||
CATEGORIES= misc | ||
|
||
MAINTAINER= [email protected] | ||
|
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
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.4 2021/10/26 10:59:06 nia Exp $ | ||
$NetBSD: distinfo,v 1.5 2022/02/11 09:42:17 pho Exp $ | ||
|
||
BLAKE2s (extra-1.7.9.tar.gz) = f668af98e0559f188fdd81aac1afd3b2a66d3237d31139a5a067647f3a3500c4 | ||
SHA512 (extra-1.7.9.tar.gz) = bc231e72f40a357c8c64c2c33fa2c3d64f67a6eb2bbbd903a5415152497011d0ee7d597de8dc02f5e5b82c4a8a5d7f61fecdbba7f1e07981182d7c05547a7546 | ||
Size (extra-1.7.9.tar.gz) = 44369 bytes | ||
BLAKE2s (extra-1.7.10.tar.gz) = 4db3cd3eb7596b39302c9f75241909f58b08fe281e685aa2280a553fa43ce313 | ||
SHA512 (extra-1.7.10.tar.gz) = 02ce08f7f22defd1db81bfb407361e18b6d98295f561652880d3ee6e91477a7cd89126cb507e7362fe90ed7b46e57b55400ae0ad94f40de39749926efe3018cd | ||
Size (extra-1.7.10.tar.gz) = 44872 bytes |