From 062af142784d99c2467436b7cf8cf57427b86104 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Fri, 3 Mar 2023 18:30:55 +0100 Subject: [PATCH] Latest yaml-unscrambler doesn't compile with selective-0.6. --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index a1326d81..601075fd 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7803,6 +7803,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6887 - primitive < 0.8 + # https://github.com/commercialhaskell/stackage/issues/6888 + - selective < 0.6 + - yaml-unscrambler < 0.1.0.13 + # https://github.com/commercialhaskell/stackage/issues/6889 - tagged < 0.8.7