[commit: base] master: Add newline to the end of Control/Monad/Zip.hs (b80670b)
Ian Lynagh
igloo at earth.li
Wed Jul 27 20:58:58 CEST 2011
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 <igloo at earth.li>
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
More information about the Cvs-libraries
mailing list