aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Run.hs
diff options
context:
space:
mode:
authorBrent Yorgey <byorgey@gmail.com>2008-03-28 21:54:46 +0100
committerBrent Yorgey <byorgey@gmail.com>2008-03-28 21:54:46 +0100
commit03ced99303e75d20a19e3923965a91d924f7380c (patch)
tree50bbb0903c504fee7c7c26d78ca50055ca3ba2c0 /XMonad/Util/Run.hs
parent161fc42347cafbc58f234e583477b31f0a3c6893 (diff)
downloadXMonadContrib-03ced99303e75d20a19e3923965a91d924f7380c.tar.gz
XMonadContrib-03ced99303e75d20a19e3923965a91d924f7380c.tar.xz
XMonadContrib-03ced99303e75d20a19e3923965a91d924f7380c.zip
Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for convenience, and update DynamicLog documentation to show proper imports
darcs-hash:20080328205446-bd4d7-ae6c9a13c69620ec5edef7d34086236974c0c631.gz
Diffstat (limited to 'XMonad/Util/Run.hs')
-rw-r--r--XMonad/Util/Run.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs
index 3c5fb0c..f077629 100644
--- a/XMonad/Util/Run.hs
+++ b/XMonad/Util/Run.hs
@@ -25,7 +25,9 @@ module XMonad.Util.Run (
runInTerm,
safeRunInTerm,
seconds,
- spawnPipe
+ spawnPipe,
+
+ hPutStr, hPutStrLn -- re-export for convenience
) where
import System.Posix.IO