diff options
Diffstat (limited to 'Omni/Bild.hs')
| -rw-r--r-- | Omni/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
