This commit is contained in:
parent
3935a8934c
commit
43a56c941a
3 changed files with 6 additions and 1 deletions
1
.dockerignore
Normal file
1
.dockerignore
Normal file
|
@ -0,0 +1 @@
|
|||
*
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,3 +22,4 @@ pnpm-debug.log*
|
|||
|
||||
PragmataPro-Mono-Liga-Regular-Nerd-Font-Complete.woff2
|
||||
*.agdai
|
||||
_build
|
||||
|
|
3
utils/agda.Dockerfile
Normal file
3
utils/agda.Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM fpco/stack-build:lts-21
|
||||
LABEL author="Ting-Gian LUA <banacorn@gmail.com>"
|
||||
RUN stack --resolver=lts-21.13 install Agda-2.6.4 EdisonCore-1.3.2.1 data-hash-0.2.0.1 equivalence-0.3.4 geniplate-mirror-0.7.6 EdisonAPI-1.3.1 STMonadTrans-0.4.3
|
Loading…
Reference in a new issue