diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-29 19:07:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-29 19:07:10 -0400 |
commit | 86b3857a4c1edafef817935ad3c5d63e6d2d3b25 (patch) | |
tree | 119204ef14b23c9b3d99b19888f4a63e8157d702 /Assistant.hs | |
parent | a23b5c6e324068108043a999bb816379ec417bf2 (diff) |
moved ThreadedMonad to Types
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index a8cc0b62e..3ef7c9a11 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -118,8 +118,8 @@ module Assistant where import Assistant.Common -import Assistant.ThreadedMonad import Assistant.DaemonStatus +import Assistant.Types.ThreadedMonad import Assistant.Threads.DaemonStatus import Assistant.Threads.Watcher import Assistant.Threads.Committer |