use stack again

This commit is contained in:
Felix Van der Jeugt 2020-10-16 10:35:17 +02:00
parent a985b43736
commit 21f8233eda
No known key found for this signature in database
GPG Key ID: 58B209295023754D
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ end)
interactives = {
["python"] = "!python -i ",
["haskell"] = "!cabal repl ",
["lithaskell"] = "!cabal repl ",
["haskell"] = "!stack ghci ",
["lithaskell"] = "!stack ghci ",
["latex"] = "!tectonic ",
}