Skip to content

Commit fdbe355

Browse files
committed
fix bug introduced by renaming
1 parent ef3a301 commit fdbe355

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ the `update-alternatives` approach.)
449449
450450
```bash
451451
nix develop
452-
emacs src/Ledger.agda
452+
emacs src/Ledger.lagda.md
453453
```
454454
455455
3. Use standard `agda-mode` commands (e.g., `C-c C-l` to load a file).

build-tools/nix/formal-ledger.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkDerivation {
2828
iog-prelude
2929
];
3030
buildPhase = ''
31-
agda --profile=modules src/Ledger.agda | tee typecheck.log
31+
agda --profile=modules src/Ledger.lagda.md | tee typecheck.log
3232
'';
3333
doCheck = true;
3434
checkPhase = ''

build-tools/static/md/mkdocs/hooks/agda_source_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
----------------------------
5050
Add something like this to any generated Markdown for which the true source is known:
5151
---
52-
source_path: src/Ledger/Prelude.agda
52+
source_path: src/Ledger/Prelude.lagda.md
5353
source_branch: master
5454
---
5555

0 commit comments

Comments
 (0)