diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2021 comp
+Copyright (c) 2021- comp
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/reorder-expression.cabal b/reorder-expression.cabal
--- a/reorder-expression.cabal
+++ b/reorder-expression.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.4
 name:          reorder-expression
-version:       0.1.0.0
+version:       0.1.0.1
 synopsis:      Reorder expressions in a syntax tree according to operator fixities.
 description:
     A library for reordering expressions in a syntax tree generically according to operator associativity and precedence.
@@ -11,13 +11,18 @@
 license-file:  LICENSE
 author:        comp
 maintainer:    onecomputer00@gmail.com
+copyright:     (c) 2021- comp
 category:      Language
 
 tested-with:
     GHC == 8.6.5
   , GHC == 8.8.4
-  , GHC == 8.10.4
-  , GHC == 9.0.1
+  , GHC == 8.10.7
+  , GHC == 9.0.2
+  , GHC == 9.2.8
+  , GHC == 9.4.5
+  , GHC == 9.6.2
+  , GHC == 9.8.1
 
 extra-doc-files:
   CHANGELOG.md
@@ -38,7 +43,7 @@
     -Wpartial-fields
 
   build-depends:
-      base >= 4.12 && < 4.17
+      base >= 4.12 && < 4.20
 
   default-language: Haskell2010
 
