src/Operators: embed PRIVACY.md without full paths

This commit is contained in:
shum
2025-12-03 08:09:01 +00:00
parent cc484479e1
commit 67171092f4
+3 -2
View File
@@ -63,8 +63,9 @@ previousConditionsCommit = "a5061f3147165a05979d6ace33960aced2d6ac03"
usageConditionsText :: Text
usageConditionsText =
$( let s = $(embedFile =<< makeRelativeToProject "PRIVACY.md")
in [|stripFrontMatter $(lift (safeDecodeUtf8 s))|]
$( do
let bs = $(embedFile "PRIVACY.md")
[| stripFrontMatter (safeDecodeUtf8 bs) |]
)
data OperatorTag = OTSimplex | OTFlux