summaryrefslogtreecommitdiff
path: root/Types/ActionItem.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-02-24 13:42:30 -0400
committerJoey Hess <joeyh@joeyh.name>2017-02-24 13:42:30 -0400
commitca0daa8bb862f75b6ae1dac9cb768b365c6b2595 (patch)
tree95abcfbc27f175c9f1c99aa443f68c65731bfd19 /Types/ActionItem.hs
parentae3f6705eb8c4d33ef5983e8ccc6ade6cf0baff6 (diff)
factor non-type stuff out of Key
Diffstat (limited to 'Types/ActionItem.hs')
-rw-r--r--Types/ActionItem.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/ActionItem.hs b/Types/ActionItem.hs
index a0097e45a8..d9beb049da 100644
--- a/Types/ActionItem.hs
+++ b/Types/ActionItem.hs
@@ -9,7 +9,7 @@
module Types.ActionItem where
-import Types.Key
+import Key
import Types.Transfer
import Git.FilePath