Skip to content

Instantly share code, notes, and snippets.

@s4wny
Created March 29, 2015 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save s4wny/82aef11a8eadea4de163 to your computer and use it in GitHub Desktop.
Save s4wny/82aef11a8eadea4de163 to your computer and use it in GitHub Desktop.
Haskell buildsystem with error message for sublime text 3
{
"cmd": ["runhaskell", "$file"],
"file_regex": "(\\w:[^:]+):([0-9]+):([0-9]+)",
"selector": "source.hs",
"path": "c:\\Program Files\\Haskell Platform\\2014.2.0.0\\bin\\"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment