Haskell#
Haskell with Stack is detected if your project has a package.yaml file and any .hs source files.
Install#
stack setup
Build#
stack build
Start#
Assumes that package.yaml has a list of executables.
stack run $(head packageYaml.executables)