For HCAR May 2013.

This commit is contained in:
Kazu Yamamoto 2013-04-24 15:22:49 +09:00
parent cac5260a0b
commit bcf8ad7960
2 changed files with 10 additions and 4 deletions

View File

@ -19,7 +19,7 @@ debug :: Options -> Cradle -> String -> String -> IO [String]
debug opt cradle ver fileName = do debug opt cradle ver fileName = do
(gopts, incDir, pkgs) <- (gopts, incDir, pkgs) <-
if cabal then if cabal then
fromCabalFile (ghcOpts opt) cradle fromCabalFile (ghcOpts opt) cradle -- FIXME
else else
return (ghcOpts opt, [], []) return (ghcOpts opt, [], [])
[fast] <- withGHC fileName $ do [fast] <- withGHC fileName $ do

View File

@ -1,6 +1,5 @@
% ghcmodHappyHaskellProgram-Kg.tex
\begin{hcarentry}[updated]{ghc-mod --- Happy Haskell Programming} \begin{hcarentry}[updated]{ghc-mod --- Happy Haskell Programming}
\report{Kazu Yamamoto}%11/12 \report{Kazu Yamamoto}
\status{open source, actively developed} \status{open source, actively developed}
\makeheader \makeheader
@ -28,7 +27,14 @@ There are two Vim plugins:
\item syntastic \item syntastic
\end{itemize} \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 \FurtherReading
\url{http://www.mew.org/~kazu/proj/ghc-mod/en/} \url{http://www.mew.org/~kazu/proj/ghc-mod/en/}