From 578903317111d2396e63c453800f4241dc4a45b7 Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sun, 20 Jun 2010 19:51:40 +0200 Subject: XMonad.Util.Run: fix unicode char Ignore-this: 3e524f9d8a96cb47c2c8c7c265d8e649 darcs-hash:20100620175140-f7719-512559a22f28ac7af66de74bf308cb8473290351.gz --- XMonad/Util/Run.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'XMonad/Util') diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs index 2afdae5..6820cad 100644 --- a/XMonad/Util/Run.hs +++ b/XMonad/Util/Run.hs @@ -65,7 +65,7 @@ runProcessWithInput cmd args input = io $ do -- no need to waitForProcess, we ignore SIGCHLD return output --- | Wait is in µs (microseconds) +-- | Wait is in μ (microseconds) runProcessWithInputAndWait :: MonadIO m => FilePath -> [String] -> String -> Int -> m () runProcessWithInputAndWait cmd args input timeout = io $ do xfork $ do -- cgit v1.2.3