Skip to content

Commit

Permalink
Embed IO -> EmbedIO
Browse files Browse the repository at this point in the history
  • Loading branch information
janmasrovira committed Mar 20, 2024
1 parent 42b0bad commit 23995e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Commands/Dev/Core/Compile/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ runAnomaPipeline pa@PipelineArg {..} = do
let code = Nockma.ppSerialize tab'
writeFileEnsureLn nockmaFile code

runCasmPipeline :: (Members '[Embed IO, App, TaggedLock] r) => PipelineArg -> Sem r ()
runCasmPipeline :: (Members '[EmbedIO, App, TaggedLock] r) => PipelineArg -> Sem r ()
runCasmPipeline pa@PipelineArg {..} = do
entryPoint <- getEntry pa
casmFile <- Compile.outputFile _pipelineArgOptions _pipelineArgFile
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Dev/Tree/Compile/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ runAnomaPipeline pa@PipelineArg {..} = do
let code = Nockma.ppSerialize tab'
writeFileEnsureLn nockmaFile code

runCasmPipeline :: (Members '[Embed IO, App, TaggedLock] r) => PipelineArg -> Sem r ()
runCasmPipeline :: (Members '[EmbedIO, App, TaggedLock] r) => PipelineArg -> Sem r ()
runCasmPipeline pa@PipelineArg {..} = do
entryPoint <- getEntry pa
casmFile <- Compile.outputFile _pipelineArgOptions _pipelineArgFile
Expand Down

0 comments on commit 23995e0

Please sign in to comment.