diff --git a/ascii-numbers.cabal b/ascii-numbers.cabal
--- a/ascii-numbers.cabal
+++ b/ascii-numbers.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-numbers
-version: 1.1.0.1
+version: 1.1.0.2
 synopsis: ASCII representations of numbers
 category: Data, Numeric, Text
 
@@ -18,7 +18,7 @@
 homepage: https://github.com/typeclasses/ascii-numbers
 bug-reports: https://github.com/typeclasses/ascii-numbers/issues
 
-extra-doc-files: *.md
+extra-source-files: *.md
 
 source-repository head
     type: git
@@ -44,7 +44,7 @@
       , ascii-char ^>= 1.0
       , ascii-superset ^>= 1.0.1
       , base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17
-      , bytestring ^>= 0.10 || ^>= 0.11
+      , bytestring ^>= 0.10.12 || ^>= 0.11
       , hashable ^>= 1.3.5 || ^>= 1.4
       , text ^>= 1.2.4.1 || ^>= 2.0
 
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+### 1.1.0.2 (2023-01-02)
+
+Minor Cabal correction (change `extra-doc-files` to `extra-source-files`)
+
 ### 1.1.0.1 (2022-12-30)
 
 Metadata changes only
