We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b07fd commit fa777fdCopy full SHA for fa777fd
.dir-locals.el
@@ -0,0 +1 @@
1
+((nil . ((dante-repl-command-line . ("stack" "ghci" "--ghci-options" "-fdiagnostics-color=never")))))
stack.yaml
@@ -8,6 +8,14 @@ docker:
8
enable: true
9
image: tweag/linear-types:0.1.9
10
stack-exe: download
11
+ mount:
12
+ ## For dante syntax checker
13
+ # mounting /tmp in the docker containers allows
14
+ # dante on the host system to copy its file in /tmp
15
+ # and stack on the docker system to read it in /tmp
16
+ #
17
+ # setup your emacs variable `dante-repl-command-line` as `("stack" "ghci" "--ghci-options" "-fdiagnostics-color=never")`
18
+ - /tmp:/tmp
19
20
packages:
21
- '.'
0 commit comments