File: hdevtools.1

package info (click to toggle)
hdevtools 0.1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 196 kB
  • sloc: haskell: 1,542; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.TH hdevtools 1
.SH NAME
hdevtools \- GHC powered daemon for fast Haskell development
.SH SYNOPSIS
.B hdevtools [COMMAND] ... [OPTIONS]
.SH DESCRIPTION
.BR hdevtools
is typically run from an editor plugin, such as
Syntastic or vim-hdevtools.
.P
It can also be used manually at the command
line to check individual files for problems ("hdevtools check file"),
or to control the daemon ("hdevtools --stop-server"). For details, see
"hdevtools --help", or the README.