Skip to content

Commit

Permalink
Update 2012-07-29
Browse files Browse the repository at this point in the history
HUnit
cmdargs
derive
haskeline

A patch is required for scion-browser due to a change in haskeline: previously
mtl::Control.Monad.State was used (which just is
transformers::Control.Monad.State.Lazy), but now it uses transformers directly
(i.e. transformers::Control.Monad.State.Strict).  Scion-browser continues to
use mtl though, so a patch is required to force use of strict StateT.

Signed-off-by: Magnus Therning <magnus@therning.org>
  • Loading branch information
magthe committed Jul 30, 2012
1 parent 1332d2a commit 994317c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 14 deletions.
Loading

0 comments on commit 994317c

Please sign in to comment.