parent
b8e45ec9d7
commit
cb575cbe91
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ isInProcessAddChange _ = False
|
||||||
|
|
||||||
retryChange :: Change -> Change
|
retryChange :: Change -> Change
|
||||||
retryChange (InProcessAddChange time ks) =
|
retryChange (InProcessAddChange time ks) =
|
||||||
Change time (keyFilename ks) AddFileChange
|
PendingAddChange time (keyFilename ks)
|
||||||
retryChange c = c
|
retryChange c = c
|
||||||
|
|
||||||
finishedChange :: Change -> Key -> Change
|
finishedChange :: Change -> Key -> Change
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue