split Commits and lifted

This commit is contained in:
Joey Hess 2012-10-29 19:35:18 -04:00
parent d2294f0dfa
commit 42babf5012
7 changed files with 33 additions and 19 deletions

View file

@ -33,7 +33,7 @@ import Assistant.TransferQueue
import Assistant.TransferSlots
import Assistant.Types.Pushes
import Assistant.Types.BranchChange
import Assistant.Commits
import Assistant.Types.Commits
import Assistant.Types.Changes
newtype Assistant a = Assistant { mkAssistant :: ReaderT AssistantData IO a }