mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-11 06:05:12 +03:00
Fix build
This commit is contained in:
parent
89bdfd61b9
commit
3966d1ffa7
@ -319,9 +319,9 @@ loop = do
|
|||||||
UndoI{} -> "undo"
|
UndoI{} -> "undo"
|
||||||
ExecuteI s -> "execute " <> Text.pack s
|
ExecuteI s -> "execute " <> Text.pack s
|
||||||
LinkI froms to ->
|
LinkI froms to ->
|
||||||
"link " <> Text.pack (hqs' to) <> " " <> (show $ hqs' <$> froms)
|
"link " <> hqs' to <> " " <> Text.pack (show $ hqs' <$> froms)
|
||||||
UnlinkI froms to ->
|
UnlinkI froms to ->
|
||||||
"unlink " <> Text.pack (hqs' to) <> " " <> (show $ hqs' <$> froms)
|
"unlink " <> hqs' to <> " " <> Text.pack (show $ hqs' <$> froms)
|
||||||
UpdateBuiltinsI -> "builtins.update"
|
UpdateBuiltinsI -> "builtins.update"
|
||||||
MergeBuiltinsI -> "builtins.merge"
|
MergeBuiltinsI -> "builtins.merge"
|
||||||
PullRemoteBranchI orepo dest ->
|
PullRemoteBranchI orepo dest ->
|
||||||
|
Loading…
Reference in New Issue
Block a user