summaryrefslogtreecommitdiffhomepage
path: root/Role
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-29 10:54:39 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-29 10:54:39 -0400
commit46245781f26d49037102a4c74001f47a345fa567 (patch)
treefe1dc53548d0b366d0b89e28c0eb00fa43e083e7 /Role
parentc36639f8fb10fe51e7747c1c53f6928c7bbac4b2 (diff)
downloaddebug-me-46245781f26d49037102a4c74001f47a345fa567.tar.gz
split module
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 9450e57..ca3baea 100644
--- a/Role/Developer.hs
+++ b/Role/Developer.hs
@@ -14,6 +14,7 @@ import Types
import Hash
import Log
import Crypto
+import Gpg
import CmdLine
import WebSockets
import SessionID
diff --git a/Role/User.hs b/Role/User.hs
index d1e4975..bbf563c 100644
--- a/Role/User.hs
+++ b/Role/User.hs
@@ -8,6 +8,7 @@ import Memory
import Log
import Session
import Crypto
+import Gpg
import CmdLine
import WebSockets
import SessionID