From 2b28d9f81e70fa0a9c516f624da4316b4672f8fd Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 26 Feb 2024 13:09:25 -0600 Subject: [PATCH] Add an upper bound for toml-parser, #7326 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 27731f03..83b5f6f7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8547,6 +8547,9 @@ packages: - HPDF < 1.7 - boomwhacker < 0.0.2 + # https://github.com/commercialhaskell/stackage/issues/7326 + - toml-parser < 2 + # end of Stackage upper bounds # end of packages