Subject: CVS commit: pkgsrc/devel/hs-tasty
From: Masatake Daimon
Date: 2023-10-30 04:17:48
Message id: 20231030031748.274E7FADC@cvs.NetBSD.org

Log Message:
devel/hs-tasty: Update to 1.5

Version 1.5 - 2023-09-10
* Progress reporting is no longer ignored. PrintTest constructor of
  TestOutput now has an extra field used to report progress. Supply const
  (pure ()) as this extra field value if you want to skip progress
  reporting (#311).
* foldGroup now takes [b] instead of b as its last argument to allow for
  custom fold strategies. This is a backwards incompatible change, but you
  can get the old behavior by applying mconcat (#364).
* Dependency loop error now lists all test cases that formed a cycle
  (#340).
* Dependencies can now be defined pattern-free with sequentialTestGroup
  (#343).
* Added --min-duration-to-report flag that specifies the time a test must
  take before tasty outputs timing information (#341).
* When a test failed with an exception, print it using displayException
  instead of show (#330).
* The -p / --pattern option can be specified multiple times; only tests
  that match all patterns are run (#380).
* Fix color scheme to make info messages visible in terminals with white
  background (#369).
* When parsing of a command-line option failed, report received option
  (#368).
* Support WASM (#365).
* Tested with GHC 8.0 - 9.8.

Files:
RevisionActionfile
1.7modifypkgsrc/devel/hs-tasty/distinfo
1.13modifypkgsrc/devel/hs-tasty/Makefile
1.5modifypkgsrc/devel/hs-tasty/PLIST
1.12modifypkgsrc/devel/hs-tasty/buildlink3.mk