[commit: packages/directory] bgamari-patch-1, master: Add dependencies status to README (5c45693)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:04 UTC 2017


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

On branches: bgamari-patch-1,master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5c45693521e7ab94e638c507e2b05029d2c48b7f/directory

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

commit 5c45693521e7ab94e638c507e2b05029d2c48b7f
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Sun Dec 25 00:28:47 2016 -0500

    Add dependencies status to README


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

5c45693521e7ab94e638c507e2b05029d2c48b7f
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 49803e1..10c1120 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
 [![Hackage][hi]][hl]
 [![Build status][bi]][bl]
 [![Windows build status][wi]][wl]
+[![Dependencies status][di]][dl]
 
 Documentation can be found on [Hackage][hl].
 Changes between versions are recorded in the [change log](changelog.md).
@@ -27,4 +28,6 @@ configure` does that automatically.
 [bl]: https://travis-ci.org/haskell/directory
 [wi]: https://ci.appveyor.com/api/projects/status/github/haskell/directory?branch=master&svg=true
 [wl]: https://ci.appveyor.com/project/hvr/directory
+[di]: https://img.shields.io/hackage-deps/v/directory.svg
+[dl]: http://packdeps.haskellers.com/feed?needle=directory
 [ac]: https://gnu.org/software/autoconf



More information about the ghc-commits mailing list