diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for pandoc-builder-monadic
 
+## 1.1.0
+
+* Support GHC 8.0.2 onwards
+
 ## 1.0.0
 
 * Add Text.Pandoc.Builder.Monadic.Utils
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # pandoc-builder-monadic
 
 
-[![CI status badge](https://img.shields.io/github/actions/workflow/status/414owen/pandoc-builder-monadic/haskell-ci.yml)](https://github.com/414owen/pandoc-builder-monadic/actions/workflows/haskell-ci.yml) [![license](https://img.shields.io/github/license/414owen/pandoc-builder-monadic)](https://github.com/414owen/pandoc-builder-monadic/blob/master/LICENSE)
+[![CI status badge](https://img.shields.io/github/actions/workflow/status/414owen/pandoc-builder-monadic/haskell-ci.yml)](https://github.com/414owen/pandoc-builder-monadic/actions/workflows/haskell-ci.yml) [![Hackage version badge](https://img.shields.io/hackage/v/pandoc-builder-monadic)](https://hackage.haskell.org/package/pandoc-builder-monadic) [![license](https://img.shields.io/github/license/414owen/pandoc-builder-monadic)](https://github.com/414owen/pandoc-builder-monadic/blob/master/LICENSE)
 
 This library provides a monadic DSL for constructing Pandoc documents.
 
diff --git a/pandoc-builder-monadic.cabal b/pandoc-builder-monadic.cabal
--- a/pandoc-builder-monadic.cabal
+++ b/pandoc-builder-monadic.cabal
@@ -1,6 +1,6 @@
 cabal-version:   2.2
 name:            pandoc-builder-monadic
-version:         1.0.0
+version:         1.1.0
 synopsis:        A monadic DSL for building pandoc documents
 description:     
   A convenient way to build pandoc documents.
@@ -14,7 +14,16 @@
 category:        Text
 build-type:      Simple
 extra-source-files: README.md CHANGELOG.md
-tested-with:     GHC==9.6.2, GHC==9.4.5, GHC==9.2.8, GHC==8.0.2
+tested-with:        GHC==9.6.2
+                  , GHC==9.4.5
+                  , GHC==9.2.8
+                  , GHC==9.0.2
+                  , GHC==8.10.7
+                  , GHC==8.8.4
+                  , GHC==8.6.5
+                  , GHC==8.4.4
+                  , GHC==8.2.2
+                  , GHC==8.0.2
 
 common warnings
     ghc-options: -Wall -Wextra -Wunused-packages
