diff --git a/grab-form.cabal b/grab-form.cabal
--- a/grab-form.cabal
+++ b/grab-form.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 
 name: grab-form
-version: 0.0.0.4
+version: 0.0.0.6
 
 synopsis: Applicative parsers for form parameter lists
 category: Text
@@ -63,11 +63,11 @@
 author:     Chris Martin
 maintainer: Chris Martin, Julie Moronuki
 
-copyright: 2019 Typeclass Consulting, LLC
+copyright: 2021 Mission Valley Software LLC
 license: MIT
 license-file: license.txt
 
-tested-with: GHC==8.6.5, GHC==8.8.1
+tested-with: GHC==8.6.5, GHC==8.8.1, GHC==8.10.4, GHC==9.0.1
 
 extra-source-files:
     changelog.md
@@ -83,7 +83,7 @@
   build-depends: containers >= 0.6
   build-depends: text >= 1.2
 
-  build-depends: base < 4.14
+  build-depends: base < 4.16
   build-depends: containers < 0.7
   build-depends: text < 1.3
 
@@ -100,7 +100,7 @@
   build-depends: hedgehog >= 0.6
   build-depends: text >= 1.2
 
-  build-depends: base < 4.14
+  build-depends: base < 4.16
   build-depends: containers < 0.7
   build-depends: hedgehog < 1.1
   build-depends: text < 1.3
diff --git a/license.txt b/license.txt
--- a/license.txt
+++ b/license.txt
@@ -1,4 +1,4 @@
-Copyright 2019 Typeclass Consulting, LLC
+Copyright 2021 Mission Valley Software LLC
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
