From 77a567c95b6a51163e4eafd30549b80064ad6331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Sat, 10 Feb 2024 08:36:04 +0100 Subject: [PATCH] Upper bound for `stack` because of `filepath` (- [ ] stack-2.15.1 (>=1.4.200.1)) and ghc 9.8.1 ships with 1.4.100.4 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 698ebca5..29c3d424 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5234,7 +5234,7 @@ packages: - ansi-terminal - ansi-terminal-types - companion - - stack < 9.9.9 || > 9.9.9 + - stack (< 9.9.9 || > 9.9.9) && < 2.15.1 - static-bytes "Torsten Schmits @tek":