diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.1.0.1
+
+* Added `license-file` field to package description
+
 ## 0.1.0.0
 
 * Initial release
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -23,4 +23,3 @@
 [build]: https://github.com/jship/module-munging/actions
 [Version badge]: https://img.shields.io/hackage/v/module-munging?color=brightgreen&label=version&logo=haskell
 [version]: https://hackage.haskell.org/package/module-munging
-[Haddocks]: https://hackage.haskell.org/package/module-munging
diff --git a/module-munging.cabal b/module-munging.cabal
--- a/module-munging.cabal
+++ b/module-munging.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           module-munging
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Smash together text to make modules.
 description:    Thin, low-tech wrapper for smashing together raw text to make Haskell modules.
 category:       Codegen
@@ -14,6 +14,7 @@
 author:         Jason Shipman
 maintainer:     Jason Shipman
 license:        MIT
+license-file:   LICENSE.md
 build-type:     Simple
 extra-source-files:
     CHANGELOG.md
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -1,7 +1,8 @@
 name: module-munging
-version: '0.1.0.0'
+version: '0.1.0.1'
 github: jship/module-munging
 license: MIT
+license-file: LICENSE.md
 author: Jason Shipman
 maintainer: Jason Shipman
 synopsis: Smash together text to make modules.
