From eb34a5372e24bfb06a09873fa0127b54a1842a3b Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Tue, 21 May 2013 21:38:19 +0900 Subject: [PATCH] fixing markup. --- Language/Haskell/GhcMod.hs | 2 ++ ghc-mod.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Language/Haskell/GhcMod.hs b/Language/Haskell/GhcMod.hs index 97edebb..0cbc752 100644 --- 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 index be918a0..f90e660 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -12,7 +12,7 @@ Description: The ghc-mod command is a backend command to enrich 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.