diff --git a/ascii-th.cabal b/ascii-th.cabal
--- a/ascii-th.cabal
+++ b/ascii-th.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-th
-version: 1.0.0.12
+version: 1.0.0.13
 synopsis: Template Haskell support for ASCII
 category: Data, Text
 
@@ -18,7 +18,7 @@
 homepage: https://github.com/typeclasses/ascii-th
 bug-reports: https://github.com/typeclasses/ascii-th/issues
 
-extra-doc-files: *.md
+extra-source-files: *.md
 
 source-repository head
     type: git
@@ -64,4 +64,4 @@
         ascii-th
       , bytestring ^>= 0.10.12 || ^>= 0.11
       , hedgehog ^>= 1.0.5 || ^>= 1.1 || ^>= 1.2
-      , text ^>= 1.2.4.1 || ^>= 2.0
+      , text ^>= 1.2.4 || ^>= 2.0
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.0.13 (2023-01-02)
+
+Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)
+
 ### 1.0.0.12 (2022-12-30)
 
 Metadata changes only
