summaryrefslogtreecommitdiffhomepage
path: root/debian/stylish-haskell.1.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'debian/stylish-haskell.1.adoc')
-rw-r--r--debian/stylish-haskell.1.adoc53
1 files changed, 53 insertions, 0 deletions
diff --git a/debian/stylish-haskell.1.adoc b/debian/stylish-haskell.1.adoc
new file mode 100644
index 0000000..d441093
--- /dev/null
+++ b/debian/stylish-haskell.1.adoc
@@ -0,0 +1,53 @@
+= stylish-haskell(1)
+
+== NAME
+
+stylish-haskell - simple Haskell code prettifier
+
+== SYNOPSIS
+
+*stylish-haskell* [_-c_|_--config=FILE_] [_-v|--verbose_]
+[_-i_|_--inplace_] [_FILES_]...
+
+*stylish-haskell* _-d_|_--defaults_
+
+*stylish-haskell* _-V_|_--version_
+
+*stylish-haskell* _-?_|_--help_
+
+== DESCRIPTION
+
+*stylish-haskell* performs automatic formatting on the Haskell code in
+the files passed on the command line or piped via STDIN. It outputs to
+STDOUT unless *-i* is specified.
+
+=== OPTIONS
+
+*-c*, *--config=FILE*::
+ Override the default configuration file.
+
+*-v*, *--verbose*::
+ Turn on verbose output.
+
+*-i*, *--inplace*::
+ Prettify and overwrite the given files in place.
+
+*-d*, *--defaults*::
+ Dump default config and exit.
+
+*-V*, *--version*::
+ Output version information and exit.
+
+*-?*, *--help*::
+ Output help text and exit.
+
+== FILES
+
+*/usr/share/stylish-haskell/data/stylish-haskell.yaml*::
+ Default configuration file.
+
+== AUTHOR
+
+This manual page was originally written by Sean Whitton
+<\spwhitton@spwhitton.name> for the Debian GNU/Linux system (but may be
+used by others).