mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-22 11:12:50 +03:00
Use with-utf8
This commit is contained in:
parent
df2fb98a1e
commit
bbeaaf16fe
@ -4,9 +4,10 @@ import Foliage.CmdBuild
|
||||
import Foliage.CmdCreateKeys
|
||||
import Foliage.CmdImportIndex
|
||||
import Foliage.Options
|
||||
import Main.Utf8 (withUtf8)
|
||||
|
||||
main :: IO ()
|
||||
main = do
|
||||
main = withUtf8 $ do
|
||||
putStrLn "🌿 Foliage"
|
||||
parseCommand >>= \case
|
||||
CreateKeys path -> cmdCreateKeys path
|
||||
|
@ -51,4 +51,5 @@ executable foliage
|
||||
time >=1.9.3 && <1.13,
|
||||
time-compat >=1.9.6.1 && <1.10,
|
||||
tomland >=1.3.3.1 && <1.4,
|
||||
with-utf8 >=1.0.2.3 && <1.1,
|
||||
zlib >=0.6.2.3 && <0.7
|
||||
|
Loading…
Reference in New Issue
Block a user