diff --git a/custom-interpolation.cabal b/custom-interpolation.cabal
--- a/custom-interpolation.cabal
+++ b/custom-interpolation.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               custom-interpolation
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           Customizable string interpolation quasiquoters
 description:
   Please see the readme at https://github.com/ruby0b/custom-interpolation#readme.
diff --git a/src/CustomInterpolation.hs b/src/CustomInterpolation.hs
--- a/src/CustomInterpolation.hs
+++ b/src/CustomInterpolation.hs
@@ -2,9 +2,6 @@
 This module reexports all the relevant tools of the @custom-interpolation@ package.
 -}
 module CustomInterpolation (
-  -- * Quickstart
-  -- $quickstart
-
   -- * Template Haskell
   --
   -- | The main entry points of the library. Use these to build your template haskell functions and quasiquoters.
