From 8e5760f8c3e52e28c61efce3f1ed505490b5bd1a Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 24 Oct 2021 14:01:46 +0200 Subject: [PATCH 1/3] Drop hslua-aeson This package appears to be unused, uses an old design and will be probably be replaced with a new package "hslua-marshalling-aeson" in the future. Keeping it blocks hslua-2.0. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e34af877..6dece21d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,7 +3746,6 @@ packages: "Albert Krewinkel @tarleb": - hslua - - hslua-aeson - hslua-module-doclayout - hslua-module-path - hslua-module-system From 46269e7cbeb81773d4871c1afaa77d71d57801e2 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 24 Oct 2021 16:32:43 +0200 Subject: [PATCH 2/3] Add new hslua packages All these are required for pandoc 2.15. --- build-constraints.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6dece21d..1eb3034e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3746,11 +3746,20 @@ packages: "Albert Krewinkel @tarleb": - hslua + - hslua-classes + - hslua-core + - hslua-marshalling - hslua-module-doclayout - hslua-module-path - hslua-module-system - hslua-module-text + - hslua-module-version + - hslua-objectorientation + - hslua-packaging - jira-wiki-markup + - lua + - lua-arbitrary + - tasty-hslua - tasty-lua "Judah Jacobson @judah": From 2f95b5e2506c19f09200b742005ee662a2a4ab77 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Sun, 24 Oct 2021 16:38:20 +0200 Subject: [PATCH 3/3] Drop upper bounds restrictions for hslua packages Closes: #6244 --- build-constraints.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 1eb3034e..0d406111 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6744,13 +6744,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6243 - jose < 0.9 - # https://github.com/commercialhaskell/stackage/issues/6244 - - hslua < 2.0 - - hslua-module-path < 1.0 - - hslua-module-system < 1.0 - - hslua-module-text < 1.0 - - tasty-lua < 1.0 - # end of packages # Package flags are applied to individual packages, and override the values of