[commit: packages/pretty] master: Add more badges to readme (6e89a12)

git at git.haskell.org git at git.haskell.org
Tue Apr 19 20:58:28 UTC 2016


Repository : ssh://git@git.haskell.org/pretty

On branch  : master
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/6e89a129fe02af3a325579a2ed8017899a2a35cb

>---------------------------------------------------------------

commit 6e89a129fe02af3a325579a2ed8017899a2a35cb
Author: David Terei <code at davidterei.com>
Date:   Mon Jan 11 11:00:05 2016 -0800

    Add more badges to readme


>---------------------------------------------------------------

6e89a129fe02af3a325579a2ed8017899a2a35cb
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6b24d8c..22b6ab0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,13 @@
 # Pretty : A Haskell Pretty-printer library
 
-[![Hackage version](https://img.shields.io/hackage/v/pretty.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)
+[![Hackage](https://img.shields.io/hackage/v/pretty.svg?style=flat)](https://hackage.haskell.org/package/pretty)
+[![Hackage Dependencies](https://img.shields.io/hackage-deps/v/pretty.svg?style=flat)](http://packdeps.haskellers.com/reverse/pretty)
+[![BSD3 License](http://img.shields.io/badge/license-MIT-brightgreen.svg)][tl;dr Legal: BSD3]
+[![Build](https://img.shields.io/travis/haskell/pretty.svg?style=flat)](https://travis-ci.org/haskell/pretty)
+
+[tl;dr Legal: BSD3]:
+  https://tldrlegal.com/license/bsd-3-clause-license-(revised)
+  "BSD3 License"
 
 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.



More information about the ghc-commits mailing list