Skip to content

Instantly share code, notes, and snippets.

@cartazio
Created January 15, 2018 00:39
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 cartazio/1abc5d5a85060fd71d33e60eb198a293 to your computer and use it in GitHub Desktop.
Save cartazio/1abc5d5a85060fd71d33e60eb198a293 to your computer and use it in GitHub Desktop.
{
"add_to_PATH":
[
"/Users/carter/.cabal/bin",
"/Users/carter/.install-ghc/ghc-8.2.2/bin",
"/Users/carter/bin"
],
"auto_build_mode": "normal",
"auto_completion_popup": true,
"add_default_completions": true,
"enable_auto_build": true,
// Enable auto lint on save (as hints when building)
"enable_auto_lint": false,
"enable_auto_check": false,
// "enable_ghc_mod": false,
// "enable_hdevtools": false,
// "enable_hsdev": false,
"haskell_build_tool": "cabal-new-build",
"inspect_modules": false ,
"auto_build_mode": "normal",
"backend" : "none",
// "auto_build_mode": "normal-then-warnings"
"backends": {
"No backend": {
"default": true,
"backend": "none"
}}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment