diff --git a/glabrous.cabal b/glabrous.cabal
--- a/glabrous.cabal
+++ b/glabrous.cabal
@@ -1,5 +1,5 @@
 name:                glabrous
-version:             2.0.2
+version:             2.0.3
 synopsis:            A template DSL library
 description:         A minimalistic, Mustache-like syntax, truly logic-less,
                      pure Text template DSL library
@@ -8,13 +8,13 @@
 license-file:        LICENSE
 author:              Michel Boucey
 maintainer:          michel.boucey@gmail.com
-copyright:           (c) 2016-2020 - Michel Boucey
+copyright:           (c) 2016-2021 - Michel Boucey
 category:            Text, Web
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  README.md
 
-Tested-With: GHC ==8.4.3 || ==8.6.5 || ==8.8.1
+Tested-With: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.1 || ==8.10.4 || ==9.0.1
 
 source-repository head
   type:     git
@@ -27,7 +27,7 @@
   other-modules:       Text.Glabrous.Internal
   build-depends:       aeson >= 0.8.0.2 && < 1.6
                      , aeson-pretty >= 0.7.2 && < 0.9
-                     , attoparsec >= 0.12.1.6 && < 0.14
+                     , attoparsec >= 0.12.1.6 && < 0.15
                      , base >= 4.8.1.0 && < 5
                      , bytestring >= 0.10.6 && < 0.11
                      , cereal >= 0.4.1.1 && < 0.6
