summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index e6d2053..7a8dc1e 100644
--- a/debian/control
+++ b/debian/control
@@ -35,4 +35,7 @@ Depends: ${shlibs:Depends},
${misc:Depends},
Suggests: haskell-mode
Description: Haskell code prettifier
- TODO
+ stylish-haskell prettifies Haskell code. A design goal is not
+ getting in the user's way, so it restricts itself to formatting only
+ some parts of the Haskell code piped to it, such as import
+ statements.