Skip to content

Instantly share code, notes, and snippets.

@algas
Created February 29, 2016 10:28
Show Gist options
  • Save algas/3f2a269a059d1b8af785 to your computer and use it in GitHub Desktop.
Save algas/3f2a269a059d1b8af785 to your computer and use it in GitHub Desktop.
SublimeHaskell User Setting
{
"enable_ghc_mod": true,
"auto_complete_imports": true,
"auto_complete_language_pragmas": true,
"enable_auto_build": true,
"auto_run_tests": true,
"enable_auto_check": true,
"enable_auto_lint": true,
"auto_build_mode": "normal",
"show_output_window": true,
"show_error_window": true,
"add_to_PATH":
[
"/usr/local/bin",
"/Users/UserName/.stack/programs/x86_64-osx/ghc-7.10.2/bin",
"/Users/UserName/.local/bin"
],
"inhibit_completions": false,
"auto_completion_popup": false,
"ghc_opts": [],
"enable_hsdev": true,
"lint_check_fly": false,
"lint_check_fly_idle": 5,
"enable_hdevtools": true,
"unicode_symbol_info": false,
"hdevtools_socket": "",
"enable_hdocs": true,
"inspect_modules": true,
"cache_path": ".",
"ghci_opts": [],
"log": 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment