use stack again
This commit is contained in:
parent
a985b43736
commit
21f8233eda
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ end)
|
|||
|
||||
interactives = {
|
||||
["python"] = "!python -i ",
|
||||
["haskell"] = "!cabal repl ",
|
||||
["lithaskell"] = "!cabal repl ",
|
||||
["haskell"] = "!stack ghci ",
|
||||
["lithaskell"] = "!stack ghci ",
|
||||
["latex"] = "!tectonic ",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue