fix build of this

This commit is contained in:
Joey Hess 2016-03-14 16:19:27 -04:00
parent 00d9da3534
commit a27faf6999
Failed to extract signature

View file

@ -44,5 +44,5 @@ main = do
_ <- Git.Index.override $ tmpIndex g
setup g
Git.UnionMerge.merge aref bref g
_ <- Git.Branch.commit "union merge" newref [aref, bref] g
_ <- Git.Branch.commit Git.Branch.ManualCommit False "union merge" newref [aref, bref] g
cleanup g