Also output info to stderr

This commit is contained in:
Julian Ospald 2020-01-31 15:54:01 +01:00
parent 543c17ee12
commit 013fa1ae66
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ getHomeDirectory = do
_info :: String -> IO ()
_info = putStrLn . color Green
_info = _stderr . color Green
_warn :: String -> IO ()
_warn = _stderr . color Yellow