fix build
This commit is contained in:
parent
d2091730e9
commit
b813549b2d
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
module Command.Recompute where
|
module Command.Recompute where
|
||||||
|
|
||||||
import Command
|
import Command
|
||||||
import qualified Annex
|
|
||||||
import qualified Remote.Compute
|
import qualified Remote.Compute
|
||||||
import qualified Remote
|
import qualified Remote
|
||||||
import qualified Types.Remote as Remote
|
import qualified Types.Remote as Remote
|
||||||
|
@ -120,7 +119,7 @@ perform o r file origkey origstate = do
|
||||||
go program reproducibleconfig state tmpdir ts = do
|
go program reproducibleconfig state tmpdir ts = do
|
||||||
checkbehaviorchange program state
|
checkbehaviorchange program state
|
||||||
addComputed "processing" False r reproducibleconfig
|
addComputed "processing" False r reproducibleconfig
|
||||||
choosebackend destfile state tmpdir ts
|
choosebackend destfile False state tmpdir ts
|
||||||
|
|
||||||
checkbehaviorchange program state = do
|
checkbehaviorchange program state = do
|
||||||
let check s w a b = forM_ (M.keys (w a)) $ \f ->
|
let check s w a b = forM_ (M.keys (w a)) $ \f ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue