diff --git a/comfort-array.cabal b/comfort-array.cabal
--- a/comfort-array.cabal
+++ b/comfort-array.cabal
@@ -1,5 +1,5 @@
 Name:             comfort-array
-Version:          0.5.2.2
+Version:          0.5.2.3
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -73,13 +73,13 @@
   .
   With our @Array@ type you can perform
   .
-  * Fast Linear Algebra using the package @lapack@.
+  * Fast Linear Algebra using the packages @comfort-blas@ and @lapack@.
     The @lapack@ package defines even more fancy shapes
     like tall rectangular matrices, triangular matrices and banded matrices.
   .
   * Fast Fourier Transforms using the package @comfort-fftw@
   .
-  * Fast Linear Programming using the package @comfort-glpk@
+  * Fast Linear Programming using the packages @comfort-glpk@ and @coinor-clp@
   .
   * Efficient Array Processing via LLVM Just-In-Time code generation
     using the package @knead@.
@@ -89,6 +89,7 @@
 
 Tested-With:      GHC==7.4.2, GHC==7.8.4
 Tested-With:      GHC==8.2.2, GHC==8.6.5, GHC==8.10.4
+Tested-With:      GHC==9.4.5, GHC==9.6.2
 Cabal-Version:    1.14
 Build-Type:       Simple
 Extra-Source-Files:
@@ -96,7 +97,7 @@
   test-module.list
 
 Source-Repository this
-  Tag:         0.5.2.2
+  Tag:         0.5.2.3
   Type:        darcs
   Location:    https://hub.darcs.net/thielema/comfort-array/
 
