From 5c45693521e7ab94e638c507e2b05029d2c48b7f Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sun, 25 Dec 2016 00:28:47 -0500 Subject: [PATCH] Add dependencies status to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 49803e17..10c11204 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