ghc-mod 2.0.1 → 2.0.2
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- Language/Haskell/GhcMod.hs +2/−0
- ghc-mod.cabal +2/−2
Language/Haskell/GhcMod.hs view
@@ -1,3 +1,5 @@+-- | The ghc-mod library.+ module Language.Haskell.GhcMod ( -- * Cradle Cradle(..)
ghc-mod.cabal view
@@ -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.