summaryrefslogtreecommitdiff
path: root/Coalpit.hs
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-03-08 06:12:16 +0300
committerdefanor <defanor@uberspace.net>2019-03-08 06:12:16 +0300
commit2b242bda87683fd97cb607bce66e78c83b8bf07b (patch)
tree75280ce3c6fb3650b18ab8ad6d8a2ff7fdbd1173 /Coalpit.hs
parent70b5c774d29822f0c2ca8974327848ed3809e9f6 (diff)
Edit descriptions
Diffstat (limited to 'Coalpit.hs')
-rw-r--r--Coalpit.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Coalpit.hs b/Coalpit.hs
index cd6e69b..edbade0 100644
--- a/Coalpit.hs
+++ b/Coalpit.hs
@@ -4,10 +4,10 @@ Maintainer : defanor <defanor@uberspace.net>
Stability : unstable
Portability : non-portable (uses GHC extensions)
-Coalpit is a library for building "command-line program interfaces":
-the goal is to get interfaces between programs quickly and easily,
-while keeping them language-agnostic and more user- and shell
-scripting-friendly than JSON and similar formats.
+Coalpit is a library for building command-line interfaces: the goal is
+to get interfaces quickly and easily, while keeping them
+language-agnostic and more user- and shell scripting-friendly than
+JSON and similar formats.
== Example