summaryrefslogtreecommitdiffhomepage
path: root/Role
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-28 17:50:20 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-28 17:50:20 -0400
commit85914371f31952b30b062624feec35706382af95 (patch)
tree03f4af1b7c2a0f85b6fc4a52cf81ddc38479efb7 /Role
parent476b271a96598f5aa6aae330f95fdaed46a62437 (diff)
downloaddebug-me-85914371f31952b30b062624feec35706382af95.tar.gz
reorg
Diffstat (limited to 'Role')
-rw-r--r--Role/Developer.hs1
-rw-r--r--Role/User.hs1
2 files changed, 2 insertions, 0 deletions
diff --git a/Role/Developer.hs b/Role/Developer.hs
index 448e04e..c48c131 100644
--- a/Role/Developer.hs
+++ b/Role/Developer.hs
@@ -20,6 +20,7 @@ import SessionID
import Pty
import PrevActivity
import ControlSocket
+import ControlWindow
import Control.Concurrent.Async
import Control.Concurrent.STM
diff --git a/Role/User.hs b/Role/User.hs
index 24d85c3..d1e4975 100644
--- a/Role/User.hs
+++ b/Role/User.hs
@@ -13,6 +13,7 @@ import WebSockets
import SessionID
import PrevActivity
import ControlSocket
+import ControlWindow
import Control.Concurrent.Async
import Control.Concurrent.STM