wip
This does not compile, and I hit a bad dead end. Wah.
This commit is contained in:
parent
20f954c3b2
commit
d7db481471
4 changed files with 62 additions and 11 deletions
|
@ -79,10 +79,10 @@ annexeval a = do
|
|||
Annex.setOutput Types.Messages.QuietOutput
|
||||
a `finally` Annex.Action.stopCoProcesses
|
||||
|
||||
innewrepo :: Assertion -> Assertion
|
||||
innewrepo :: IO () -> IO ()
|
||||
innewrepo a = withgitrepo $ \r -> indir r a
|
||||
|
||||
inmainrepo :: Assertion -> Assertion
|
||||
inmainrepo :: IO a -> IO a
|
||||
inmainrepo a = do
|
||||
d <- mainrepodir
|
||||
indir d a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue