2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-03 21:01:21 by Masatake Daimon | Files touched by this commit (475) |
Log message:
*: Bump PKGREVISION for ghc-9.0.1
|
2021-04-24 07:25:25 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to tasty-1.4.1
Version 1.4.1
* Deduplicate command line options when there is more than one
TestReporter. Expose the function that does that,
uniqueOptionDescriptions.
Version 1.4.0.3
* Fix CPP warning/error macro expansion producing 'defined' has
undefined behavior
Version 1.4.0.2
* Automatically disable the dependency on the clock package when
compiled by ghcjs.
Version 1.4.0.1
* The only point of this release is to introduce compatibility with
GHCs back to 7.0 (see https://github.com/feuerbach/tasty/pull/287).
Note, however, that these changes are not merged to the master
branch, and the future releases will only support the GHC/base
versions from the last 5 years, as per our usual policy. To test
with even older GHCs, you'll have to use this particular version of
tasty (or have the constraint solver pick it for you when testing
with older GHCs).
The source of this release is in the support-old-ghcs branch of the
tasty repository.
Version 1.4
* Change the TreeFold data type to give all functions access to
OptionSet
* Fix a bug where a looping failure message escaped the time out set
for the test
* Fix a bug where pattern changes inside the TestTree weren't
respected
Version 1.3.1
* Add an ability for a test provider to print colorful/formatted
output
Version 1.3
* IsOption has a new method showDefaultValue for customizing how
defaultValues are rendered in the --help output.
* Drop support for GHCs older than 5 years
* Do not install handlers for the signals that dump core
* Export the AnsiTricks type/option
* In addition to a Parser, optionParser and suiteOptionParser now
return a [String] representing warning messages:
- A warning is emitted if an IsOption instance defines multiple
options in the implementation of optionCLParser.
- An warning is emitted if an IsOption instance's optionCLParser
implementation assigns a default value (e.g., with
Options.Applicative.value), as this interferes with tasty's
ability to read environment variable arguments.
|
2020-05-11 19:52:21 by Roland Illig | Files touched by this commit (190) |
Log message:
hs-*: add PLIST files
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
|
2020-04-03 09:30:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
hs-tasty: add missing DEPENDS.
Fixes build.
|
2020-03-30 18:51:09 by Taylor R Campbell | Files touched by this commit (4) |
Log message:
hs-tasty: Import version 1.2.3
|