From b995fae76e759d79154b71e0e1d0ea27cb107c77 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 13 May 2026 22:48:54 +0800 Subject: [PATCH] human-readable-duration-0.2.1.5 testcase mismatch cc @yogsototh src/Data/Duration/Tutorial.hs:44: failure in expression `humanReadableDuration (4 * duration1 + 2 * duration2)' expected: "1 days 9 hours 14 min 10s 12ms" but got: "1 day 9 hours 14 min 10s 12ms" ^ --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1a030919..e319b573 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8097,6 +8097,7 @@ expected-test-failures: - ghc-typelits-natnormalise # 0.7.11 https://github.com/clash-lang/ghc-typelits-natnormalise/issues/89 - hinotify # 0.4.2 https://github.com/kolmodin/hinotify/issues/38 - hsexif # 0.6.1.10 Missing test file + - human-readable-duration # 0.2.1.5 testcase mismatch - katip # 0.8.8.2 https://github.com/Soostone/katip/issues/155 - lr-acts # 0.1 lr-acts-test: executable not found - markov-chain-usage-model # https://github.com/advancedtelematic/markov-chain-usage-model/issues/44