diff --git a/changelog.txt b/changelog.txt
--- a/changelog.txt
+++ b/changelog.txt
@@ -75,3 +75,7 @@
 0.4.0.13 -> 0.4.1.0
   + updated dependencies to GHC 9.2.5
   M removed TypeCompose dependency and embedded needed definitions of OO
+
+0.4.1.1 -> 0.4.1.1
+  + updated dependencies to GHC 9.2.8
+
diff --git a/gll.cabal b/gll.cabal
--- a/gll.cabal
+++ b/gll.cabal
@@ -3,7 +3,7 @@
 
 -- The name of the package.
 name:                gll
-version:             0.4.1.0
+version:             0.4.1.1
 synopsis:            GLL parser with simple combinator interface 
 license:             BSD3
 license-file:        LICENSE
@@ -12,9 +12,11 @@
 category:            Compilers
 build-type:          Simple 
 cabal-version:       1.22
-tested-with:         GHC >= 8.2.1 && <= 8.6, GHC == 8.8.3, GHC == 9.2.5, GHC == 9.4.3
-copyright:           Copyright (C) 2015-2022 L. Thomas van Binsbergen
+tested-with:         GHC >= 8.2.1 && <= 8.6, GHC == 8.8.3, GHC >= 9.2.5, GHC == 9.4.3
+copyright:           Copyright (C) 2015-2023 L. Thomas van Binsbergen
 stability:           experimental
+homepage:            https://github.com/ltbinsbe/gll-combinators
+bug-reports:         https://github.com/ltbinsbe/gll-combinators/issues
 description:         
 
         The package gll provides generalised top-down parsing according to the 
