hdiff
packages
feed
keera-posture
-0.1.3: src/MyIO.hs
module MyIO where myPutStrLn :: String -> IO() myPutStrLn s = appendFile "log" $ s ++ "\r\n"