Skip to content

Instantly share code, notes, and snippets.

@s4wny
s4wny / haskell.sublime-build
Created March 29, 2015 11:34
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\\"
}