Skip to content

Commit

Permalink
devel/hs-tasty: update to tasty-1.5.3
Browse files Browse the repository at this point in the history
Version 1.5.3
--------------

_2025-01-05_

* Console reporter: disable line wrapping
  ([#433](UnkindPartition/tasty#433)).
* Console reporter: force flushing of stdout after `showCursor`
  ([#436](UnkindPartition/tasty#436)).

Version 1.5.2
--------------

_2024-11-03_

* Partially revert [#393](UnkindPartition/tasty#393)
  to fix progress reporting outside of Emacs.
* Do not depend on `unbounded-delays` on `ppc64`, `s390x` and `riscv64`
  ([#371](UnkindPartition/tasty#371),
   [#422](UnkindPartition/tasty#422),
   [#423](UnkindPartition/tasty#423)).


Version 1.5.1
--------------

_2024-06-22_

* Performance improvements
  ([#389](UnkindPartition/tasty#389),
   [#390](UnkindPartition/tasty#390)).
* Progress reporting in Emacs: use `\r` instead of ANSI escape sequences
  ([#393](UnkindPartition/tasty#393)).
* Console reporter: fix unintended change to `foldHeading`
  ([#396](UnkindPartition/tasty#396)).
* Prune empty test subtrees from `TestTree`
  ([#403](UnkindPartition/tasty#403)).
* Add `instance Eq Timeout` and `instance Ord Timeout`
  ([#415](UnkindPartition/tasty#415)).
* Add ability to supply options for launchers and reporters at the top-level of test tree
  ([#417](UnkindPartition/tasty#417)).
  • Loading branch information
depressed-pho committed Jan 29, 2025
1 parent 0dd67e6 commit 004e262
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
8 changes: 2 additions & 6 deletions devel/hs-tasty/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# $NetBSD: Makefile,v 1.16 2024/05/09 01:32:14 pho Exp $
# $NetBSD: Makefile,v 1.17 2025/01/29 17:12:11 pho Exp $

DISTNAME= tasty-1.5
PKGREVISION= 2
DISTNAME= tasty-1.5.3
CATEGORIES= devel

MAINTAINER= [email protected]
COMMENT= Modern and extensible testing framework
LICENSE= mit

HASKELL_UNRESTRICT_DEPENDENCIES+= \
ansi-terminal

.include "../../devel/hs-ansi-terminal/buildlink3.mk"
.include "../../devel/hs-optparse-applicative/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.mk"
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-tasty/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.14 2024/05/09 01:32:14 pho Exp $
# $NetBSD: buildlink3.mk,v 1.15 2025/01/29 17:12:11 pho Exp $

BUILDLINK_TREE+= hs-tasty

.if !defined(HS_TASTY_BUILDLINK3_MK)
HS_TASTY_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-tasty+= hs-tasty>=1.5
BUILDLINK_ABI_DEPENDS.hs-tasty+= hs-tasty>=1.5nb2
BUILDLINK_API_DEPENDS.hs-tasty+= hs-tasty>=1.5.3
BUILDLINK_ABI_DEPENDS.hs-tasty+= hs-tasty>=1.5.3
BUILDLINK_PKGSRCDIR.hs-tasty?= ../../devel/hs-tasty

.include "../../devel/hs-ansi-terminal/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/hs-tasty/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2023/10/30 03:17:47 pho Exp $
$NetBSD: distinfo,v 1.8 2025/01/29 17:12:11 pho Exp $

BLAKE2s (tasty-1.5.tar.gz) = b4ea8490f35d3714b71eb9392419f7e6786db711124bf90dbf3f06e16d769662
SHA512 (tasty-1.5.tar.gz) = cb9003624c1f221b29c1becf7c824f84130dbfe82f9d1bee4ab3401863f29317aeea7fb7a4323988b9b1f4c7c7fbe706377508a9e02ce19fe4e700556c26edd0
Size (tasty-1.5.tar.gz) = 65023 bytes
BLAKE2s (tasty-1.5.3.tar.gz) = 69d41a4dcfed4389cc39db1e5a4363540083e6fd39284dbd78f68f14ef00e44a
SHA512 (tasty-1.5.3.tar.gz) = c551d3a9a1d73993931b8d710f7e4ce2ae8b3b90b85a0ec8ee87943f5309df1915901dee6f9a493e0428262c15c277a927893a574f630d0819be1511741a2b73
Size (tasty-1.5.3.tar.gz) = 66548 bytes

0 comments on commit 004e262

Please sign in to comment.