Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ca7cef8b6ed8e01e5d3734a56600f44ec94f20a5 >--------------------------------------------------------------- commit ca7cef8b6ed8e01e5d3734a56600f44ec94f20a5 Author: Judah Jacobson <[email protected]> Date: Wed Jul 25 04:02:00 2012 +0000 Remove Haskell comment on #endif line; it breaks the GHC build. >--------------------------------------------------------------- System/Console/Haskeline/Backend/Posix/Encoder.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/System/Console/Haskeline/Backend/Posix/Encoder.hs b/System/Console/Haskeline/Backend/Posix/Encoder.hs index b6cbb61..586ee23 100644 --- a/System/Console/Haskeline/Backend/Posix/Encoder.hs +++ b/System/Console/Haskeline/Backend/Posix/Encoder.hs @@ -206,6 +206,6 @@ blockUntilInput h = hWaitForInput h (-1) >> return () blockUntilInput h = unsafeHandleToFD h >>= threadWaitRead . Fd #endif -#endif -- USE_GHC_ENCODINGS +#endif _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
