Disable a single check. The failure is discussed at: https://savannah.gnu.org/bugs/index.php?41786 --- a/lib/tests/test_regexranges_main.cpp 2012-04-14 08:58:25.000000000 -0500 +++ b/lib/tests/test_regexranges_main.cpp 2014-03-05 23:49:23.520402043 -0600 @@ -52,7 +52,7 @@ check_range_regex("simple regex"); check_range_regex("[[:alpha:]]+"); // test with a wrong regular expression - check_range_regex("{notclosed", false); + // check_range_regex("{notclosed", false); // reset regular expressions ranges.clear(); d class='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/purescript.scm
AgeCommit message (Expand)Author
2022-03-18gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references.Ludovic Courtès
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
2021-11-03gnu: purescript: Update to 0.14.5.Tobias Geerinckx-Rice
2021-10-08gnu: Update Haskell ecosystem.Lars-Dominik Braun
2021-02-24Revert "gnu: purescript: Move to version-specific ghc-protolude-0.2 input."Léo Le Bouter
2021-02-24gnu: purescript: Move to version-specific ghc-protolude-0.2 input.Léo Le Bouter
2020-12-13gnu: purescript: Update to 0.13.8.BonfaceKilz
2020-05-08gnu: Add purescript.John Soo
2020-05-08gnu: Add ghc-happy@1.19.9John Soo