diff options
author | Ben Sima <ben@bsima.me> | 2023-01-06 10:55:21 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-06 10:55:21 -0500 |
commit | 3e89ecfeb236065d845a632324324d57c49b829e (patch) | |
tree | 5b78e47b4b168130a7504a0d0199d003901c0cf8 /Biz/Bild.hs | |
parent | 0f2a0f9df43fa5111b7753e0d4ca9a21e5fe908d (diff) |
Use str instead of Text.pack
Diffstat (limited to 'Biz/Bild.hs')
-rw-r--r-- | Biz/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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) |