import command is updating tracking branch
This commit is contained in:
parent
5afe4135c2
commit
e4e464da65
5 changed files with 68 additions and 21 deletions
3
Annex.hs
3
Annex.hs
|
@ -96,7 +96,8 @@ newtype Annex a = Annex { runAnnex :: ReaderT (MVar AnnexState) IO a }
|
|||
MonadMask,
|
||||
Fail.MonadFail,
|
||||
Functor,
|
||||
Applicative
|
||||
Applicative,
|
||||
Alternative
|
||||
)
|
||||
|
||||
-- internal state storage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue