aboutsummaryrefslogtreecommitdiff
path: root/Assistant/Types
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:50:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:51:03 -0400
commitde36a9187796b05958a09f6ee89671c5f23a23ea (patch)
tree6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Assistant/Types
parentbb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff)
couple of AMP warnings I missed before
Diffstat (limited to 'Assistant/Types')
-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 ())