mirror of
https://github.com/anoma/juvix.git
synced 2024-12-14 08:27:03 +03:00
7 lines
238 B
Haskell
7 lines
238 B
Haskell
|
module Commands.Dependencies.Update where
|
||
|
|
||
|
import Commands.Base
|
||
|
|
||
|
runCommand :: (Members '[Embed IO, App] r) => Sem r ()
|
||
|
runCommand = runPipelineNoFile (upToSetup (set dependenciesConfigForceUpdateLockfile True defaultDependenciesConfig))
|