;dev: lib: cleanup

This commit is contained in:
Simon Michael 2023-03-16 21:51:59 -10:00
parent 5655c533fa
commit 5ddb6028ed

View File

@ -336,7 +336,6 @@ readHandlePortably h = do
T.hGetContents h
-- | Like embedFile, but takes a path relative to the package directory.
-- Similar to embedFileRelative ?
embedFileRelative :: FilePath -> Q Exp
embedFileRelative f = makeRelativeToProject f >>= embedStringFile