Skip to content

Instantly share code, notes, and snippets.

@dpwiz
Last active October 13, 2015 05:38
Show Gist options
  • Save dpwiz/4148047 to your computer and use it in GitHub Desktop.
Save dpwiz/4148047 to your computer and use it in GitHub Desktop.
haskell.sublime-project
{
"folders":
[
{
"path": "",
"folder_exclude_patterns": ["cabal-dev", "dist"]
}
],
"build_systems":
[
{
"name": "cabal-dev project",
"cmd": ["cabal-dev", "build", "-j4"],
"selector": "source.haskell",
"working_dir": "${project_path}",
"path": "$PATH:$HOME/.cabal/bin",
"file_regex": "^(\\S+?\\.hs):([0-9]*):?([0-9]*)"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment