Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b80670b47d19fb6de973c7345bc3645de5c25583 >--------------------------------------------------------------- commit b80670b47d19fb6de973c7345bc3645de5c25583 Author: Ian Lynagh <[email protected]> Date: Wed Jul 27 14:59:02 2011 +0100 Add newline to the end of Control/Monad/Zip.hs Fixes problems in some configurations (old versions of cpp?). >--------------------------------------------------------------- Control/Monad/Zip.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Control/Monad/Zip.hs b/Control/Monad/Zip.hs index 9d71a53..bbc04ec 100644 --- a/Control/Monad/Zip.hs +++ b/Control/Monad/Zip.hs @@ -50,4 +50,4 @@ class Monad m => MonadZip m where instance MonadZip [] where mzip = zip mzipWith = zipWith - munzip = unzip \ No newline at end of file + munzip = unzip _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
