From bcf8ad79608ed35a1c0e8e69478ffa959fd823bc Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 24 Apr 2013 15:22:49 +0900 Subject: [PATCH] For HCAR May 2013. --- Debug.hs | 2 +- hcar-ghc-mod.tex | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Debug.hs b/Debug.hs index 2f28235..c9724ce 100644 --- a/Debug.hs +++ b/Debug.hs @@ -19,7 +19,7 @@ debug :: Options -> Cradle -> String -> String -> IO [String] debug opt cradle ver fileName = do (gopts, incDir, pkgs) <- if cabal then - fromCabalFile (ghcOpts opt) cradle + fromCabalFile (ghcOpts opt) cradle -- FIXME else return (ghcOpts opt, [], []) [fast] <- withGHC fileName $ do diff --git a/hcar-ghc-mod.tex b/hcar-ghc-mod.tex index 02aac8a..5ce7972 100644 --- a/hcar-ghc-mod.tex +++ b/hcar-ghc-mod.tex @@ -1,6 +1,5 @@ -% ghcmodHappyHaskellProgram-Kg.tex \begin{hcarentry}[updated]{ghc-mod --- Happy Haskell Programming} -\report{Kazu Yamamoto}%11/12 +\report{Kazu Yamamoto} \status{open source, actively developed} \makeheader @@ -28,7 +27,14 @@ There are two Vim plugins: \item syntastic \end{itemize} -{\tt ghc-mod} now supports GHC 7.6. +Here are new features: + +\begin{itemize} +\item {\tt ghc-mod} now analyses library dependencies from a cabal file. +\item The ``{\tt check}'' subcommand became faster than before unless Template Haskell is used. +\item The ``{\tt debug}'' subcommand is provided. +\item The ``{\tt browse}' subcommand displays more information on functions etc if the ``{\tt -d}'' option is specified. +\end{itemize} \FurtherReading \url{http://www.mew.org/~kazu/proj/ghc-mod/en/}