diff --git a/ascii-superset.cabal b/ascii-superset.cabal
--- a/ascii-superset.cabal
+++ b/ascii-superset.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-superset
-version: 1.0.1.14
+version: 1.0.1.15
 synopsis: Representing ASCII with refined supersets
 category: Data, Text
 
@@ -23,7 +23,7 @@
 homepage: https://github.com/typeclasses/ascii-superset
 bug-reports: https://github.com/typeclasses/ascii-superset/issues
 
-extra-doc-files: *.md
+extra-source-files: *.md
 
 source-repository head
     type: git
@@ -39,7 +39,7 @@
     build-depends:
         ascii-char ^>= 1.0
       , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
-      , text ^>= 1.2.4.1 || ^>= 2.0
+      , text ^>= 1.2.4 || ^>= 2.0
 
 library
     import: base
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.0.1.15 (2022-01-02)
+
+Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)
+
 ### 1.0.1.14 (2022-12-30)
 
 Metadata changes only
