aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Types/BranchChange.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/Types/BranchChange.hs')
-rw-r--r--Assistant/Types/BranchChange.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Assistant/Types/BranchChange.hs b/Assistant/Types/BranchChange.hs
index f769657d0..4c15f133a 100644
--- a/Assistant/Types/BranchChange.hs
+++ b/Assistant/Types/BranchChange.hs
@@ -8,7 +8,8 @@
module Assistant.Types.BranchChange where
import Control.Concurrent.MSampleVar
-import Common.Annex
+import Control.Applicative
+import Prelude
newtype BranchChangeHandle = BranchChangeHandle (MSampleVar ())