aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-12 23:11:35 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commit3176aac2223d4e29f45a53b1c4c76ceba10cdb4d (patch)
tree773f2bfc7497ea71ab65704334135d92a04ddd1e
parent7dfa2e2ea8ce314152b495919fe8c3a41b5f737a (diff)
Tune README a bit more
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 50bd5ee..388f98c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# cabal-helper
+# The `cabal-helper` library
[![build status](https://gitlab.com/dxld/cabal-helper/badges/master/build.svg)](https://gitlab.com/dxld/cabal-helper/commits/master)
-The ultimate goal of `cabal-helper` is to give Haskell development tools access
-to the same environment which build tools such as
+The purpose of the `cabal-helper` library is to give Haskell development tools
+access to the same environment which build tools such as
[cabal](https://www.haskell.org/cabal) and [stack](https://www.haskellstack.org)
provide to the compiler.