[commit: packages/pretty] large_docs, master, moretests: update readme to include badges (2832850)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:48:51 UTC 2015
Repository : ssh://git@git.haskell.org/pretty
On branches: large_docs,master,moretests
Link : http://git.haskell.org/packages/pretty.git/commitdiff/28328504503743331ae3dc3662f16fd34198144c
>---------------------------------------------------------------
commit 28328504503743331ae3dc3662f16fd34198144c
Author: David Terei <code at davidterei.com>
Date: Mon Dec 8 23:05:05 2014 -0800
update readme to include badges
>---------------------------------------------------------------
28328504503743331ae3dc3662f16fd34198144c
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index d7cbe49..c66f266 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Pretty : A Haskell Pretty-printer library
+[![Hackage version](https://img.shields.io/hackage/v/hlint.svg?style=flat)](https://hackage.haskell.org/package/pretty) [![Build Status](https://img.shields.io/travis/haskell/pretty.svg?style=flat)](https://travis-ci.org/haskell/pretty)
+
Pretty is a pretty-printing library, a set of API's that provides a
way to easily print out text in a consistent format of your choosing.
This is useful for compilers and related tools.
More information about the ghc-commits
mailing list