diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,6 @@
+# 0.1.0.2
+- Improve the cabal description
+
 # 0.1.0.1
 - Add changelog to hackage package
 
diff --git a/frontmatter.cabal b/frontmatter.cabal
--- a/frontmatter.cabal
+++ b/frontmatter.cabal
@@ -1,9 +1,11 @@
 name:                frontmatter
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Parses frontmatter as used in Jekyll markdown files.
-description:         Provides a parser that'll parse the frontmatter only and
-                   . one that'll execute a YAML parser on it, so that it's a
-                   . YAML frontmatter parser.
+description:         Parses frontmatter as used in Jekyll markdown files.
+                     .
+                     Provides a parser that'll parse the frontmatter only and
+                     one that'll execute a YAML parser on it, so that it's a
+                     YAML frontmatter parser.
 homepage:            https://github.com/yamadapc/haskell-frontmatter
 license:             MIT
 license-file:        LICENSE
