From f929bb23f9b55df81697579065cfeb42c4376799 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 22:57:13 -0500 Subject: Bild: mark Toml as not buildable Toml files were marked as buildable but analyzeOne returned Nothing, causing them to fail instead of being skipped with [_]. --- Omni/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Omni') diff --git a/Omni/Bild.hs b/Omni/Bild.hs index 3d14616..e1f5c46 100644 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -514,7 +514,7 @@ isBuildableNs = \case (Namespace _ Namespace.Sh) -> False (Namespace _ Namespace.Scm) -> True (Namespace _ Namespace.Rs) -> True - (Namespace _ Namespace.Toml) -> True + (Namespace _ Namespace.Toml) -> False -- | The default output directory. This is not IO because I don't want to -- refactor all of my code right now, but it probably should be. -- cgit v1.2.3