Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/6f1997c55652e0d2a8f71b09013e48c67fc00094 >--------------------------------------------------------------- commit 6f1997c55652e0d2a8f71b09013e48c67fc00094 Author: Judah Jacobson <[email protected]> Date: Thu Jul 19 01:27:13 2012 +0000 Add current finished changes for haskeline-0.7 >--------------------------------------------------------------- CHANGES | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/CHANGES b/CHANGES index 866a519..e004a1b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +Changed in version 0.7.0.0: + * Bump dependencies and general compatibility for ghc-7.6.1 + * Depend on the transformers package instead of mtl + * Don't depend on the extensible-exceptions package + * Bump the minimum GHC version to 6.10.1 + * Make the MonadException class more general (similar to monad-control) + * Prevent crashes on Windows when writing too many characters at once + or ctrl-L on large window (GHC ticket #4415) + * Remember the user's history and kill ring state after ctrl-c + * Don't make InputT an instance of MonadState/MonadReader + * Use ccall on Win64 + * #117: Implement mapInputT + * Use ScopedTypeVariables instead of PatternSignatures + Changed in version 0.6.4.7: * Bump dependencies to allow mtl-2.1, containers-0.5 and bytestring-0.10. * Prefix C functions with "haskeline_" so we don't clash with other packages _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
