diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,15 +2,10 @@
 ##  v 0.1.0 is on hackage
 ##  v 0.1.2  added NoticeLevel
       problem with showPretty
-    v 0.1.2    
-    added NoticeLevel to 
-        problem with ShowPretty defined differently
-
 ##  v 0.1.3 
 is was started to include the change with aeson v 2
               but was retracted to aeson < 2 for compatibility with pandoc
 
-
   probably works with all aeson version, nowhere stated which version 
 
   To avoid duplicated efforts in documentation and dealing with the
@@ -29,4 +24,6 @@
 
 0.1.4.3 added renameToBak8
 
-0.1.5.1  ghc 9.2.5 changed versino to be in sync with other packages
+0.1.5 branch for ghc 9.2.5
+0.1.5.1
+0.1.5.2 added Data.Data to the NoticeLevels 
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -9,4 +9,6 @@
 - for uniform-strings
     debian: apt install libicu-dev
 
- 
+ v 0.1.2    
+    added NoticeLevel to 
+        problem with ShowPretty defined differently
diff --git a/uniformBase.cabal b/uniformBase.cabal
--- a/uniformBase.cabal
+++ b/uniformBase.cabal
@@ -1,13 +1,11 @@
 cabal-version: 2.2
 
--- This file has been generated from package.yaml by hpack version 0.35.2.
+-- This file has been generated from package.yaml by hpack version 0.39.3.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 6d6a55820381db8ebe6aafa7fa5f0de193e5860098b21dbc45eb21e30ad258f5
 
 name:           uniformBase
-version:        0.1.5.1
+version:        0.1.5.2
 synopsis:       A uniform base to build apps on
 description:    Goals:
                 .
@@ -38,7 +36,6 @@
                 .
                 Please see the README on GitHub at <https://github.com/andrewufrank/uniformBase/readme>
 category:       Programming Uniform
-homepage:       https://github.com/github.com:andrewufrank/uniformBase.git#readme
 bug-reports:    https://github.com/andrewufrank/uniformBase/issues
 author:         Andrew Frank
 maintainer:     Andrew U. Frank <uniform@gerastree.at>
@@ -50,10 +47,6 @@
     README.md
     ChangeLog.md
 
-source-repository head
-  type: git
-  location: https://github.com/github.com:andrewufrank/uniformBase.git
-
 library
   exposed-modules:
       UniformBase
@@ -64,10 +57,10 @@
   build-depends:
       base >=4.7 && <5
     , data-default
-    , uniform-algebras >=0.1.5
-    , uniform-error >=0.1.5
-    , uniform-fileio >=0.1.5
-    , uniform-strings >=0.1.5
-    , uniform-time >=0.1.5
+    , uniform-algebras
+    , uniform-error >=0.1.5.2
+    , uniform-fileio >=0.1.5.2
+    , uniform-strings
+    , uniform-time
   default-language: Haskell2010
   autogen-modules: Paths_uniformBase
