diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-hsx-jmacro [![Hackage](https://img.shields.io/hackage/v/hsx-jmacro.svg)](https://hackage.haskell.org/package/hsx-jmacro) [![Build Status](https://api.travis-ci.org/Happstack/hsx-jmacro.svg?branch=master)](https://travis-ci.org/Happstack/hsx-jmacro)
+hsx-jmacro [![Hackage](https://img.shields.io/hackage/v/hsx-jmacro.svg)](https://hackage.haskell.org/package/hsx-jmacro)
 =========
 Support embedding of `jmacro` JavaScript quasi-quoter inside `hsx`.
 
diff --git a/hsx-jmacro.cabal b/hsx-jmacro.cabal
--- a/hsx-jmacro.cabal
+++ b/hsx-jmacro.cabal
@@ -1,5 +1,5 @@
 Name:                hsx-jmacro
-Version:             7.3.8.1
+Version:             7.3.8.2
 Synopsis:            hsp+jmacro support
 Description:         HSP allows for the use of literal XML in Haskell program text. JMacro allows for the use of javascript-syntax for generating javascript in Haskell. This library makes it easy to embed JMacro generated javascript in HSX templates.
 Homepage:            http://www.happstack.com/
@@ -10,8 +10,8 @@
 Stability:           Provisional
 Category:            Web
 Build-type:          Simple
-Cabal-version:       >=1.6
-tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.2
+Cabal-version:       >=1.10
+tested-with:         GHC==8.0.2, GHC==8.2.2, GHC==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.2, GHC==9.2.2
 Extra-source-files:  example.hs,
                      example2.hs,
                      README.md
@@ -21,6 +21,7 @@
   location: https://github.com/Happstack/hsx-jmacro.git
 
 Library
+  Default-language:  Haskell2010
   Exposed-modules:   HSP.JMacro
                      HSP.JMacroT
 
@@ -30,4 +31,4 @@
                      jmacro         >= 0.6    && < 0.7,
                      mtl            >= 2.0    && < 2.3,
                      wl-pprint-text >= 1.1,
-                     text           >= 0.11 && < 1.3
+                     text           >= 0.11 && < 2.1
