From 0c0aad725c41c23973f0d49f952df9beaa64bce6 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 23 Aug 2026 03:08:45 -0700 Subject: [PATCH] Hide atelier-prelude to avoid Prelude conflicts --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index ff2a32cb..22adf30e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9387,6 +9387,7 @@ tell-me-when-its-released: hide: - HTF # conflicts with Test.Framework in test-framework - async-dejafu # https://github.com/yesodweb/wai/issues/579 +- atelier-prelude # By design, exposes Prelude and conflicts with base - base-compat # conflicts with base-compat-batteries, see https://github.com/fpco/stackage/issues/3607 - base-noprelude # By design, conflicts with base - binary-ieee754 # conflicts with data-binary-ieee754