diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:50:46 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-05-10 16:51:03 -0400 |
commit | de36a9187796b05958a09f6ee89671c5f23a23ea (patch) | |
tree | 6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Assistant | |
parent | bb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff) |
couple of AMP warnings I missed before
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Types/BranchChange.hs | 3 |
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 ()) |