diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
 # Byte Count Reader
 -------------------
 
-[![Build Status](https://travis-ci.com/danielrolls/byte-count-reader.svg?branch=master)](https://travis-ci.com/danielrolls/byte-count-reader)
+[![Build Status](https://app.travis-ci.com/danielrolls/byte-count-reader.svg?branch=master)](https://app.travis-ci.com/danielrolls/byte-count-reader)
 [![Hackage](https://img.shields.io/hackage/v/byte-count-reader.svg)][hackage]
+[![Stackage](https://www.stackage.org/package/byte-count-reader/badge/nightly?label=stackage)](https://www.stackage.org/package/byte-count-reader)
 
 This library is for reading strings describing a number of bytes like 2Kb and 0.5 MiB.
 
diff --git a/byte-count-reader.cabal b/byte-count-reader.cabal
--- a/byte-count-reader.cabal
+++ b/byte-count-reader.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: byte-count-reader
-version: 0.10.1.9
+version: 0.10.1.10
 license: GPL-3.0-only
 license-file: LICENSE
 copyright: 2021 Daniel Rolls
@@ -51,7 +51,7 @@
         base >=4.7 && <5,
         byte-count-reader >=0,
         extra >=1.6.21 && <1.8,
-        hspec >=2.7.1 && <2.11,
+        hspec >=2.7.1 && <2.12,
         parsec >=3.1.14.0 && <3.2,
         parsec-numbers >=0.1.0 && <0.2,
         text >=1.2.3.2 && <2.1
