diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-29 00:15:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-29 00:15:43 -0400 |
commit | 040f68d628120e112e22bfb7100f9650dec940c8 (patch) | |
tree | 7b0945f04cb23f09e8f2a77cf1c409cb058af84f /Assistant/BranchChange.hs | |
parent | 9dd50063b98020add52672864922308ebb479280 (diff) |
Assistant monad, stage 1
This adds the Assistant monad, and an AssistantData structure.
So far, none of the assistant's threads run in the monad yet.
Diffstat (limited to 'Assistant/BranchChange.hs')
-rw-r--r-- | Assistant/BranchChange.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/BranchChange.hs b/Assistant/BranchChange.hs index d1d1c20df..cf7080f90 100644 --- a/Assistant/BranchChange.hs +++ b/Assistant/BranchChange.hs @@ -8,7 +8,7 @@ module Assistant.BranchChange where import Control.Concurrent.MSampleVar -import Assistant.Common +import Common.Annex newtype BranchChangeHandle = BranchChangeHandle (MSampleVar ()) |