Also output info to stderr

This commit is contained in:
2020-01-31 15:54:01 +01:00
parent 543c17ee12
commit 013fa1ae66

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