diff --git a/IPv6Addr.cabal b/IPv6Addr.cabal
--- a/IPv6Addr.cabal
+++ b/IPv6Addr.cabal
@@ -1,5 +1,5 @@
 name:                IPv6Addr
-version:             2.0.6.1
+version:             2.0.6.2
 synopsis:            Library to deal with IPv6 address text representations.
 description:         Library to deal with IPv6 address text representations, canonization and manipulations.
 homepage:            https://github.com/MichelBoucey/IPv6Addr
@@ -19,10 +19,11 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.3
-   || ==9.8.2
-   || ==9.10.1
-   || ==9.12.1
+   || ==9.6.7
+   || ==9.8.4
+   || ==9.10.2
+   || ==9.12.2
+   || ==9.14.1
 
 Source-Repository head
   Type: git
@@ -38,8 +39,8 @@
                   , network      >=2.5 && < 4
                   , random       >=1.0 && < 1.4
                   , attoparsec   >=0.12 && < 0.15
-                  , aeson        >=0.8.0.2 && < 1.6 || >= 2.0 && < 2.4
-                  , network-info >=0.2 && <=0.3
+                  , aeson        >=2.2.3 && < 2.4
+                  , network-info >=0.2 && <0.3
   default-language: Haskell2010
   GHC-Options:      -Wall
 
@@ -48,10 +49,9 @@
   default-language: Haskell2010
   HS-Source-Dirs:   tests
   Main-Is:          Main.hs
-  Build-Depends:    base,
-                    HUnit,
-                    IPv6Addr,
-                    test-framework,
-                    test-framework-hunit,
-                    text
+  Build-Depends:    base
+                  , HUnit
+                  , IPv6Addr
+                  , test-framework
+                  , test-framework-hunit
 
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2017, Michel Boucey
+Copyright (c) 2011-2025, Michel Boucey
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
