packages feed

tabloid 0.46 → 0.47

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

ShellCmdInputController.hs view
@@ -59,8 +59,8 @@   e <- textBufferGetEndIter buf   textBufferGetText buf s e True   -runText :: Maybe s -> C -> IO C-runText additionalInput state = do+runText :: C -> IO C+runText state = do   locked <- tryPutMVar (execLock state) True   if locked then       case executeCB state of
tabloid.cabal view
@@ -1,5 +1,5 @@ Name:	         tabloid-Version:         0.46+Version:         0.47 Description:     GUI for shell commands and log analysis Category:	 System Synopsis:	 View the output of shell commands in a table