Hide atelier-prelude to avoid Prelude conflicts

This commit is contained in:
Alexey Zabelin 2026-08-23 03:08:45 -07:00
parent 8add166d83
commit 0c0aad725c

View File

@ -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