This commit is contained in:
Kazu Yamamoto 2013-11-15 10:29:13 +09:00
parent dfecb22123
commit 6999d1b0fb

View File

@ -21,15 +21,15 @@ can be used instead of GHC to check Haskell syntax.
\item[Expression type] You can display the type/information of the expression on the cursor. \item[Expression type] You can display the type/information of the expression on the cursor.
\end{description} \end{description}
\noindent
There are two Vim plugins: There are two Vim plugins:
\begin{itemize} \begin{itemize}
\item ghcmod-vim \item ghcmod-vim
\item syntastic \item syntastic
\end{itemize} \end{itemize}
\noindent
Here are new features: Here are new features:
\begin{itemize} \begin{itemize}
\item {\tt ghc-mod} now supports the sandbox of {\tt cabal} 1.18 and stopped supporting the sandbox of {\tt cabal-dev}. \item {\tt ghc-mod} now supports the sandbox of {\tt cabal} 1.18 and stopped supporting the sandbox of {\tt cabal-dev}.
\item The ghc-mod package also provides a library now. \item The ghc-mod package also provides a library now.