Skip to content

Commit f97d21d

Browse files
committed
Add Hackage badge
1 parent 78d6039 commit f97d21d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
</p>
55

66
<p align="center">
7-
<a href="https://github.com/Kleidukos/text-display/actions"></a>
7+
<a href="https://github.com/Kleidukos/text-display/actions">
88
<img src="https://img.shields.io/github/workflow/status/Kleidukos/text-display/CI?style=flat-square" alt="CI badge" />
99
</a>
1010
<a href="https://haskell.org">
1111
<img src="https://img.shields.io/badge/Made%20in-Haskell-%235e5086?logo=haskell&style=flat-square" alt="made with Haskell"/>
1212
</a>
13+
<a href="https://hackage.haskell.org/package/text-display">
14+
<img src="https://img.shields.io/hackage/v/text-display?style=flat-square" alt="Hackage" />
15+
</a>
1316
</p>
1417

1518
<p align="center">
@@ -24,7 +27,7 @@
2427
The `text-display` library offers a way for developers to print a textual representation of datatypes that does not
2528
have to abide by the rules of the [Show typeclass][Show].
2629

27-
If you wish to learn more about how things are done and why, please read the [DESIGN.md](./DESIGN.md) file.
30+
If you wish to learn more about how things are done and why, please read the [DESIGN.md](https://github.com/haskell-text/text-display/blob/main/DESIGN.md) file.
2831

2932
## Examples
3033

0 commit comments

Comments
 (0)