Skip to content

Commit

Permalink
Update to extra-1.7.10
Browse files Browse the repository at this point in the history
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
depressed-pho committed Feb 11, 2022
1 parent 122cbc4 commit 773541a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions misc/hs-extra/Makefile
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= pho@cielonegro.org
Expand Down
6 changes: 3 additions & 3 deletions misc/hs-extra/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:19 pho Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 09:42:17 pho Exp $

BUILDLINK_TREE+= hs-extra

.if !defined(HS_EXTRA_BUILDLINK3_MK)
HS_EXTRA_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.9
BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.9nb2
BUILDLINK_API_DEPENDS.hs-extra+= hs-extra>=1.7.10
BUILDLINK_ABI_DEPENDS.hs-extra+= hs-extra>=1.7.10
BUILDLINK_PKGSRCDIR.hs-extra?= ../../misc/hs-extra

.include "../../time/hs-clock/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions misc/hs-extra/distinfo
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

0 comments on commit 773541a

Please sign in to comment.