From 3e89ecfeb236065d845a632324324d57c49b829e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 6 Jan 2023 10:55:21 -0500 Subject: Use str instead of Text.pack --- Biz/Bild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz') diff --git a/Biz/Bild.hs b/Biz/Bild.hs index 14eb397..eec4d97 100644 --- a/Biz/Bild.hs +++ b/Biz/Bild.hs @@ -398,7 +398,7 @@ analyze hmap ns = case Map.lookup ns hmap of out = pout, compilerFlags = concat - [ [o, dir, Text.pack absPath] + [ [o, dir, str absPath] ++ langdepFlags ++ sysdepFlags ++ (map Text.pack <| Set.toList parg) -- cgit v1.2.3