diff --git a/glabrous.cabal b/glabrous.cabal
--- a/glabrous.cabal
+++ b/glabrous.cabal
@@ -1,5 +1,5 @@
 name:                glabrous
-version:             1.0.0
+version:             1.0.1
 synopsis:            A template DSL library
 description:         A minimalistic, Mustache-like syntax, truly logic-less,
                      pure Text template DSL library
@@ -7,8 +7,8 @@
 license:             BSD3
 license-file:        LICENSE
 author:              Michel Boucey
-maintainer:          michel.boucey@cybervisible.fr
-copyright:           (c) 2016-2018 - Michel Boucey
+maintainer:          michel.boucey@gmail.com
+copyright:           (c) 2016-2019 - Michel Boucey
 category:            Text, Web
 build-type:          Simple
 cabal-version:       >=1.10
@@ -45,7 +45,7 @@
                      , directory > 1.2 && < 1.4
                      , either >= 4.4.1 && < 5.1
                      , glabrous
-                     , hspec >= 2.1.10 && < 2.7
+                     , hspec >= 2.1.10 && < 2.8
                      , text >= 1.2.1 && < 1.3
                      , unordered-containers == 0.2.*
   default-language:    Haskell2010
