Skip to content

Commit 50c4193

Browse files
authored
chore: bump agda (the1lab#475)
While working on elementary topoi, I got so mad that a module felt slower than it should, that I went to fix the compiler.
1 parent e094b5a commit 50c4193

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
NIX_BUILD_SHELL: bash
6060
build_command: |
6161
set -eu
62+
agda --setup
6263
1lab-shake -j all
6364
eval "$installPhase"
6465

default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,16 @@ let
4545

4646
deps = with pkgs; [
4747
# For driving the compilation:
48-
shakefile
48+
shakefile our-ghc
4949

5050
# For building the text and maths:
5151
gitMinimal nodePackages.sass
5252

5353
# For building diagrams:
5454
poppler_utils our-texlive
5555
] ++ (if interactive then [
56-
our-ghc
5756
sort-imports
5857
] else [
59-
labHaskellPackages.Agda.data
6058
labHaskellPackages.pandoc.data
6159
]);
6260
in

support/nix/dep/Agda/github.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"repo": "agda",
44
"branch": "master",
55
"private": false,
6-
"rev": "0f79dcc236242f7f1682aad0ca30070b15ed20d5",
7-
"sha256": "1yq0wg44rbwk3akinh0j1bmv95mdcqy3qnmrak46zavyc1dslwp9"
6+
"rev": "f9f2714a214543269e2e6e6b25e067f210261654",
7+
"sha256": "121sysbmgf606yl79vizxn5cbfm0vbzcixj0861xx2r75ii48b2k"
88
}

0 commit comments

Comments
 (0)