From 58e71d656c3cfb6862647cdf215676b529a00c93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Apr 2017 15:31:50 -0400 Subject: debug-me is able to run a shell in a slave pty Lots of terminal mode fun. Has a few warts still, but it works well enough to be comfortable, and even vim works ok. This commit was sponsored by John Peloquin on Patreon. --- debug-me.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debug-me.cabal') diff --git a/debug-me.cabal b/debug-me.cabal index 25bb469..23edddc 100644 --- a/debug-me.cabal +++ b/debug-me.cabal @@ -15,6 +15,7 @@ License-File: AGPL Extra-Source-Files: CHANGELOG INSTALL + TODO debug-me.1 Executable debug-me @@ -24,8 +25,12 @@ Executable debug-me base (>= 4.5 && < 5.0) , bytestring == 0.10.* , cryptonite (>= 0.20) + , unix (>= 2.7) + , process (>= 1.4) + , async (>= 2.1) Other-Modules: Hash + Pty Types source-repository head -- cgit v1.2.3