diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -13,7 +13,7 @@
 import           Text.IPv6Addr
 
 version :: String
-version = "1.0.0"
+version = "1.0.4"
 
 data Input = Input
   { output   :: String
diff --git a/ip6addr.cabal b/ip6addr.cabal
--- a/ip6addr.cabal
+++ b/ip6addr.cabal
@@ -1,13 +1,13 @@
 cabal-version:      >=1.10
 name:               ip6addr
-version:            1.0.2
+version:            1.0.3
 license:            BSD3
 license-file:       LICENSE
-copyright:          Copyright (c) 2011-2021 - Michel Boucey
+copyright:          Copyright (c) 2011-2022 - Michel Boucey
 maintainer:         michel.boucey@gmail.com
 author:             Michel Boucey
 tested-with:
-    ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.1 || ==8.10.4 || ==9.0.1
+    ghc ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.1 || ==9.2.1
 
 homepage:           https://github.com/MichelBoucey/ip6addr
 synopsis:
@@ -34,4 +34,4 @@
         base >=4.8 && <5,
         cmdargs >=0.10.13 && <0.11,
         IPv6Addr >=2.0.0 && <2.1,
-        text >=1.2.2 && <1.3
+        text >=1.2.2 && <1.3 || ==2.0.*
