summaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:42:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-04-16 09:42:44 -0700
commitbb6be8570e375efac4e775b4374a1abda66dc5f2 (patch)
tree65f9006899da99fccc20bcca93bb6437211bcf3a /debian
parent6ec7a579885339fda8f01b3143d09373d93ce616 (diff)
downloadstylish-haskell-bb6be8570e375efac4e775b4374a1abda66dc5f2.tar.gz
write extended description
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.