diff --git a/loc.cabal b/loc.cabal
--- a/loc.cabal
+++ b/loc.cabal
@@ -3,10 +3,15 @@
 -- see: https://github.com/sol/hpack
 
 name:           loc
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       Types representing line and column positions and ranges in text files.
 
-description:    The package name /loc/ stands for “location” and is also an allusion to the acronym for “lines of code”. . The @Loc@ type represents a caret position in a text file, the @Span@ type is a nonempty range between two @Loc@s, and the @Area@ type is a set of non-touching @Span@s.
+description:    The package name /loc/ stands for “location” and is also an allusion to the
+                acronym for “lines of code”.
+                .
+                The @Loc@ type represents a caret position in a text file, the @Span@ type
+                is a nonempty range between two @Loc@s, and the @Area@ type is a set of
+                non-touching @Span@s.
 category:       Data Structures
 homepage:       https://github.com/chris-martin/haskell-libraries
 author:         Chris Martin <ch.martin@gmail.com>
