From 466a64183b2b7d77de0ae081ceb05824d829287b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 6 Oct 2014 17:04:17 +0200 Subject: [PATCH] hcar --- hcar-ghc-mod.tex | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/hcar-ghc-mod.tex b/hcar-ghc-mod.tex index 0722991d..ea738ca6 100644 --- a/hcar-ghc-mod.tex +++ b/hcar-ghc-mod.tex @@ -4,22 +4,22 @@ \status{open source, actively developed} \makeheader -For a long time, Kazu Yamamoto is the only active developer of ghc-mod. -Now two new developers joined: +For a long time, Kazu Yamamoto was the only active developer of ghc-mod, now two +new developers have joined: -Alejandro Serrano merged his results of Google Summer of Code. He -implements case splitting and sophisticated type hole handling. -Daniel Gröber brushed up the internal code by bringing the GhcMod -monad. So, the API of \texttt{ghc-mod} drastically changed. -The result was released \texttt{ghc-mod} version 5.0 +Alejandro Serrano merged the results of his Google Summer of Code project. He +implemented case splitting and sophisticated typed hole handling. Daniel Gröber +brushed up the internal code and introduced the GhcModT monad now used +throughout the exported API. As a result the API of \texttt{ghc-mod} drastically +changed with version 5.0.0. -\texttt{ghc-modi} used to suffer from inconsistency if an environment -changes. For instance, file names of modules change, new dependencies -are added to its cabal file, new libraries are installed, and so on. -\texttt{ghc-modi} v5.1.1 or later captures this kind of changes and -restarts a new session. +\texttt{ghc-modi} used to suffer from various consistency related issues +triggered by changes in the environment, for instance: changing file names of +modules, adding dependencies to the cabal file and installing new libraries. +\texttt{ghc-modi} v5.1.1 or later handles changes in the environment by +restarting the GHC session when this is detected. -Kazu stepped down from the release manager and Daniel took it over. +Kazu stepped down as release manager and Daniel took over. \FurtherReading \url{http://www.mew.org/~kazu/proj/ghc-mod/en/}