From 5e4088ffd80538442a4e1c4c720f7e4c168765d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= <969523+alaendle@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:18:52 +0200 Subject: [PATCH] Upper bound for `hslua` (#7784). --- build-constraints.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 53b1c3cc..7d4db126 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7898,6 +7898,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7778 - QuickCheck < 2.16 + + # https://github.com/commercialhaskell/stackage/issues/7784 + - hslua < 2.4.0 + - hslua-module-system < 1.2.0 + - hslua-objectorientation < 2.4.0 + - hslua-packaging < 2.3.2 # end of Stackage upper bounds # end of packages