summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-11 15:31:50 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-11 15:31:50 -0400
commit58e71d656c3cfb6862647cdf215676b529a00c93 (patch)
tree0b5abf34bb448eaa4242ef5aeb1aae3de7f193ac /debug-me.cabal
parentbf71e5f4d875806e8f2623d95545c8b7a7c2d8f4 (diff)
downloaddebug-me-58e71d656c3cfb6862647cdf215676b529a00c93.tar.gz
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.
Diffstat (limited to 'debug-me.cabal')
-rw-r--r--debug-me.cabal5
1 files changed, 5 insertions, 0 deletions
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