We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e2439 commit 8d102e5Copy full SHA for 8d102e5
support/nix/dep/Agda/github.json
@@ -3,6 +3,6 @@
3
"repo": "agda",
4
"branch": "master",
5
"private": false,
6
- "rev": "5cb475a67135ca4ce42428c6f0294cea58a3ca2b",
7
- "sha256": "082clxnzd1jzhc3q282np4hp2bzmr1q0fixpw0zal6ifzimwnp5m"
+ "rev": "bb9e13d97038dd3fdcdaeec1c58694f4eede89a8",
+ "sha256": "0yfav2rn47h83ivmjfcl4gkwbyhhh4nb0sff816wj703cnj709x8"
8
}
support/shake/app/Shake/AgdaCompile.hs
@@ -233,7 +233,7 @@ emitAgda (CompileA tcState _) modName = do
233
234
((), _) <- traced "generating html"
235
. runTCM initEnv tcState
236
- . withScope_ (iInsideScope iface)
+ . evalWithScope (iInsideScope iface)
237
. locallyTC eActiveBackendName (const $ Just "HTML") $ do
238
compileOneModule basepn opts iface
239
0 commit comments