diff --git a/README.lhs b/README.lhs
--- a/README.lhs
+++ b/README.lhs
@@ -2,9 +2,15 @@
 
 _A custom [`hspec`] formatter for terminal output._
 
-[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
-![Hackage Version](https://img.shields.io/hackage/v/hspec-tidy-formatter)
-![CI](https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI)
+[![License]](./LICENSE)
+[![Hackage Version]](https://hackage.haskell.org/package/hspec-tidy-formatter)
+[![Stackage Nightly]](https://stackage.org/nightly/package/hspec-tidy-formatter)
+[![CI]](https://github.com/carlwr/hspec-tidy-formatter/actions/workflows/ci.yml)
+
+[License]: https://img.shields.io/badge/license-MIT-green
+[Hackage Version]: https://img.shields.io/hackage/v/hspec-tidy-formatter
+[Stackage Nightly]: https://stackage.org/package/hspec-tidy-formatter/badge/nightly
+[CI]: https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI
 
 <br>
 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,9 +2,15 @@
 
 _A custom [`hspec`] formatter for terminal output._
 
-[![License](https://img.shields.io/badge/license-MIT-green)](./LICENSE)
-![Hackage Version](https://img.shields.io/hackage/v/hspec-tidy-formatter)
-![CI](https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI)
+[![License]](./LICENSE)
+[![Hackage Version]](https://hackage.haskell.org/package/hspec-tidy-formatter)
+[![Stackage Nightly]](https://stackage.org/nightly/package/hspec-tidy-formatter)
+[![CI]](https://github.com/carlwr/hspec-tidy-formatter/actions/workflows/ci.yml)
+
+[License]: https://img.shields.io/badge/license-MIT-green
+[Hackage Version]: https://img.shields.io/hackage/v/hspec-tidy-formatter
+[Stackage Nightly]: https://stackage.org/package/hspec-tidy-formatter/badge/nightly
+[CI]: https://img.shields.io/github/actions/workflow/status/carlwr/hspec-tidy-formatter/ci.yml?label=CI
 
 <br>
 
diff --git a/hspec-tidy-formatter.cabal b/hspec-tidy-formatter.cabal
--- a/hspec-tidy-formatter.cabal
+++ b/hspec-tidy-formatter.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name:           hspec-tidy-formatter
-version:        0.2.0.0
+version:        0.2.0.1
 stability:      experimental
 category:       Testing
 synopsis:       A custom hspec formatter for easy-to-read terminal output.
