[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:02:17 UTC 2010


The following commit has been merged in the master branch:
commit 845c57d65b26d9d5a441235b357e81ae1b6b1f3d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Aug 15 23:54:19 2005 +0100

    Fix no EOL at end of Path.hs

diff --git a/MissingH/Path.hs b/MissingH/Path.hs
index fe16852..a2fd2e7 100644
--- a/MissingH/Path.hs
+++ b/MissingH/Path.hs
@@ -158,4 +158,4 @@ removing the tmp dir and changing CWD back afterwards, even if there
 was an exception. -}
 brackettmpdirCWD :: String -> IO a -> IO a
 brackettmpdirCWD template action =
-    brackettmpdir template (\newdir -> bracketCWD newdir action)
\ No newline at end of file
+    brackettmpdir template (\newdir -> bracketCWD newdir action)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list