summaryrefslogtreecommitdiffhomepage
path: root/Session.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-22 01:25:54 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-22 01:27:33 -0400
commitf464f7600a24bb59a882f2a1cb56f8590708ffcf (patch)
tree5a7d974520f811007f462ee016400f43d16160a0 /Session.hs
parent5a48331ca8852c3c9fe500fb66ef7436ae0dc20d (diff)
downloaddebug-me-f464f7600a24bb59a882f2a1cb56f8590708ffcf.tar.gz
minor
Diffstat (limited to 'Session.hs')
-rw-r--r--Session.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Session.hs b/Session.hs
index e7bf674..5840cee 100644
--- a/Session.hs
+++ b/Session.hs
@@ -5,9 +5,9 @@ module Session where
import qualified Data.ByteString as B
startSession :: B.ByteString
-startSession = ">>> debug-me session starting"
+startSession = ">>> debug-me session started"
sessionDone :: IO ()
sessionDone = do
putStrLn ""
- putStrLn ">>> debug-me session is done"
+ putStrLn ">>> debug-me session ended"