diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Revision history for chatty-utils
+
+## 0.7.3.5 -- 2021-01-04
+
+Updated author and source repo in cabal file.
+
+Note that in future, some modules will be purged.
diff --git a/chatty-utils.cabal b/chatty-utils.cabal
--- a/chatty-utils.cabal
+++ b/chatty-utils.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.7.3.4
+version:             0.7.3.5
 
 -- A short (one-line) description of the package.
 synopsis:            Some utilities every serious chatty-based application may need.
@@ -25,14 +25,12 @@
 license-file:        LICENSE
 
 -- The package author(s).
-author:              Marvin Cohrs
+author:              Enum Cohrs
 
 -- An email address to which users can send suggestions, bug reports, and 
 -- patches.
-maintainer:          m@doomanddarkness.eu
-
-homepage:            http://hub.darcs.net/enum/chatty-utils
-
+maintainer:          darcs@enumeration.eu
+                     
 -- A copyright notice.
 -- copyright:           
 
@@ -42,11 +40,14 @@
 
 -- Extra files to be distributed with the package, such as examples or a 
 -- README.
--- extra-source-files:  
+extra-source-files:  CHANGELOG.md
 
 -- Constraint on the version of Cabal needed to build this package.
 cabal-version:       >=1.10
 
+source-repository head
+  type: darcs
+  location: https://hub.darcs.net/enum/chatty-utils                     
 
 library
   -- Modules exported by the library.
@@ -60,7 +61,7 @@
   -- other-extensions:    
   
   -- Other library packages from which modules are imported.
-  build-depends:       base >=4.6 && <5.0,
+  build-depends:       base >=4.6 && <5,
                        transformers,
                        text,
                        mtl
