From fff5c227a13f30739f80c74c2d5193422b014ae8 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 12 May 2026 15:42:26 +0800 Subject: [PATCH] unix-time < 0.5 (#8008) --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5e3cb392..bac2a7de 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7840,6 +7840,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/8007 - ansi-wl-pprint < 1.1 - prettyprinter-compat-ansi-wl-pprint < 1.1 + + # https://github.com/commercialhaskell/stackage/issues/8008 + - unix-time < 0.5 # end of Stackage upper bounds # end of packages