From fe92de9abdacb9559554e8435a127efee8561d22 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 4 Jan 2020 19:58:20 +0100 Subject: [PATCH] Improve README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0dd9fab..2e82d5c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Set of libraries to deal with filepaths and files. ## Projects -* [hpath](./hpath): Support for well-typed paths -* [hpath-filepath](./hpath-filepath): ByteString based filepath manipulation (can be used without hpath) -* [hpath-io](./hpath-io): high-level file API (recursive copy, writeFile etc.) using hpath +* [![Hackage version](https://img.shields.io/hackage/v/hpath.svg?label=Hackage)](https://hackage.haskell.org/package/hpath) [hpath](./hpath): Support for well-typed paths +* [![Hackage version](https://img.shields.io/hackage/v/hpath-filepath.svg?label=Hackage)](https://hackage.haskell.org/package/hpath-filepath) [hpath-filepath](./hpath-filepath): ByteString based filepath manipulation (can be used without hpath) +* [![Hackage version](https://img.shields.io/hackage/v/hpath-io.svg?label=Hackage)](https://hackage.haskell.org/package/hpath-io) [hpath-io](./hpath-io): high-level file API (recursive copy, writeFile etc.) using hpath