Skip to content

Commit 22c4e28

Browse files
authored
Added Haskell executor (#414)
2 parents e096a7b + 7781441 commit 22c4e28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

executors.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ go:
2828
commands:
2929
- ["go", "run", "$pwd/snippet.go"]
3030
hidden_line_prefix: "/// "
31+
haskell:
32+
filename: snippet.hs
33+
commands:
34+
- ["runhaskell", "-w", "$pwd/snippet.hs"]
3135
java:
3236
filename: Snippet.java
3337
commands:

0 commit comments

Comments
 (0)