diff --git a/Language/Haskell/GhcMod.hs b/Language/Haskell/GhcMod.hs
--- a/Language/Haskell/GhcMod.hs
+++ b/Language/Haskell/GhcMod.hs
@@ -1,3 +1,5 @@
+-- | The ghc-mod library.
+
 module Language.Haskell.GhcMod (
   -- * Cradle
     Cradle(..)
diff --git a/ghc-mod.cabal b/ghc-mod.cabal
--- a/ghc-mod.cabal
+++ b/ghc-mod.cabal
@@ -1,5 +1,5 @@
 Name:                   ghc-mod
-Version:                2.0.1
+Version:                2.0.2
 Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
 Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
 License:                BSD3
@@ -12,7 +12,7 @@
                         The ghc-mod command is based on ghc-mod library
                         which is a wrapper of GHC API.
                         This package includes the ghc-mod command,
-                        the ghc-mod library, and "Emacs front-end
+                        the ghc-mod library, and Emacs front-end
                         (for historical reasons).
                         For more information, please see ts home page.
 
