Fix hnix exe type error

This commit is contained in:
Ken Micklas 2018-12-07 17:02:38 -05:00
parent b1d48c5364
commit 810821087a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ main = do
| finder opts =
fromValue @(AttrSet (NThunk m)) >=> findAttrs
| xml opts =
liftIO . putStrLn . toXML <=< normalForm
liftIO . putStrLn . Text.unpack . principledStringIgnoreContext . toXML <=< normalForm
| json opts =
liftIO . TL.putStrLn
. TL.decodeUtf8