Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/111a194300448c24549b204659239770a1417d7b

>---------------------------------------------------------------

commit 111a194300448c24549b204659239770a1417d7b
Author: Judah Jacobson <[email protected]>
Date:   Sun Jul 22 22:02:01 2012 +0000

    Update CHANGES.

>---------------------------------------------------------------

 CHANGES |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES
index e004a1b..982f4fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,24 @@
 Changed in version 0.7.0.0:
+   API changes:
+   * Remove System.Console.Haskeline.Encoding
+   * Make the MonadException class more general (similar to monad-control)
+   * Don't make InputT an instance of MonadState/MonadReader
+   * #117: Implement mapInputT
+
+   Internal changes:
    * 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
+   * Don't depend on the utf8-string package (except with ghc<7.4.1)
    * Bump the minimum GHC version to 6.10.1
-   * Make the MonadException class more general (similar to monad-control)
+   * Use ScopedTypeVariables instead of PatternSignatures
+
+   Internal fixes:
    * 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
+   * Fix terminfo's guess of the window size
 
 Changed in version 0.6.4.7:
    * Bump dependencies to allow mtl-2.1, containers-0.5 and bytestring-0.10.



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to