Skip to content

Commit

Permalink
Update to regex-posix-0.96.0.1
Browse files Browse the repository at this point in the history
0.96.0.1 (2021-07-19)
* Compatibility with base-4.16 (GHC 9.2)
* Fix stack installation problems on Windows around flag _regex-posix-clib
  (issues #4 and #7).
  • Loading branch information
depressed-pho committed Feb 11, 2022
1 parent 8df6a97 commit 3e4b365
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 25 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-regex-posix/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:28 pho Exp $
# $NetBSD: Makefile,v 1.6 2022/02/11 13:12:50 pho Exp $

DISTNAME= regex-posix-0.96.0.0
PKGREVISION= 2
DISTNAME= regex-posix-0.96.0.1
CATEGORIES= textproc

MAINTAINER= pho@cielonegro.org
Expand Down
4 changes: 2 additions & 2 deletions textproc/hs-regex-posix/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.6 2022/01/18 02:48:28 pho Exp $
# $NetBSD: buildlink3.mk,v 1.7 2022/02/11 13:12:50 pho Exp $

BUILDLINK_TREE+= hs-regex-posix

.if !defined(HS_REGEX_POSIX_BUILDLINK3_MK)
HS_REGEX_POSIX_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0
BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0.0nb2
BUILDLINK_ABI_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.96.0.1
BUILDLINK_PKGSRCDIR.hs-regex-posix?= ../../textproc/hs-regex-posix

.include "../../textproc/hs-regex-base/buildlink3.mk"
Expand Down
9 changes: 4 additions & 5 deletions textproc/hs-regex-posix/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.6 2021/10/26 11:22:02 nia Exp $
$NetBSD: distinfo,v 1.7 2022/02/11 13:12:50 pho Exp $

BLAKE2s (regex-posix-0.96.0.0.tar.gz) = 9f7efc05aeb5e3a2a5abef320817291b605d952078495080dfbcf8db3a812170
SHA512 (regex-posix-0.96.0.0.tar.gz) = 91bdc672a535cd1a6a65b1ae2adef43605b792ec9f99150fa239ab4353cddad47988ac7baa65673c53be36e83c8fad1511ba85fb5f7b43c51b4ae526d9af248a
Size (regex-posix-0.96.0.0.tar.gz) = 12529 bytes
SHA1 (patch-regex-posix.cabal) = eadf81480fe5704f4153aa57f1438259d6c97ebd
BLAKE2s (regex-posix-0.96.0.1.tar.gz) = 78790c0bad09f9ac90b1c706d4ab3c72798a28270bdd8708b8098536df45b747
SHA512 (regex-posix-0.96.0.1.tar.gz) = 4d6383e34fd6144af3004caee70bc83c8894c8e78c147c2e829cdbd9c74af3d1807604db0927554aea20c69a8b5c1eb3dd01d3963b2e615ee39beaa48095125b
Size (regex-posix-0.96.0.1.tar.gz) = 12853 bytes
15 changes: 0 additions & 15 deletions textproc/hs-regex-posix/patches/patch-regex-posix.cabal

This file was deleted.

0 comments on commit 3e4b365

Please sign in to comment.