diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Revision history for protocol-radius
 
+## 0.0.1.2
+
+* switch dep, from cryptonite to crypton
+
 ## 0.0.1.0
 
 * First version.
diff --git a/protocol-radius.cabal b/protocol-radius.cabal
--- a/protocol-radius.cabal
+++ b/protocol-radius.cabal
@@ -1,5 +1,5 @@
 name:                protocol-radius
-version:             0.0.1.1
+version:             0.0.1.2
 synopsis:            parser and printer for radius protocol packet
 description:         This package provides
                      parser and printer for radius protocol packet.
@@ -12,7 +12,16 @@
 build-type:          Simple
 extra-source-files:  ChangeLog.md
 cabal-version:       >=1.10
-tested-with:           GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3
+tested-with:           GHC == 9.10.1
+                     , GHC == 9.8.2
+                     , GHC == 9.6.5
+                     , GHC == 9.4.8
+                     , GHC == 9.2.8
+                     , GHC == 9.0.2
+                     , GHC == 8.10.7
+                     , GHC == 8.8.1, GHC == 8.8.4
+                     , GHC == 8.6.1, GHC == 8.6.2, GHC == 8.6.3, GHC == 8.6.4, GHC == 8.6.5
+                     , GHC == 8.4.1, GHC == 8.4.2, GHC == 8.4.3
                      , GHC == 8.2.1, GHC == 8.2.2
                      , GHC == 8.0.1, GHC == 8.0.2
                      , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
@@ -51,7 +60,7 @@
                        , template-haskell
                        , cereal
                        , memory >=0.13
-                       , cryptonite >=0.13
+                       , crypton
   hs-source-dirs:      src
   default-language:    Haskell2010
   ghc-options:         -Wall
