[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:01:50 UTC 2010


The following commit has been merged in the master branch:
commit 86bad7e86e9d4906b3db8298b4902c908765c420
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Aug 15 20:54:49 2005 +0100

    Fixed prototype for brackettmpdirCWD

diff --git a/MissingH/Path.hs b/MissingH/Path.hs
index dd0d9a8..fe16852 100644
--- a/MissingH/Path.hs
+++ b/MissingH/Path.hs
@@ -156,6 +156,6 @@ bracketCWD fp action =
 {- | Runs the given I\/O action with the CWD set to the given tmp dir,
 removing the tmp dir and changing CWD back afterwards, even if there
 was an exception. -}
-brackettmpdirCWD :: String -> (String -> IO a) -> IO a
+brackettmpdirCWD :: String -> IO a -> IO a
 brackettmpdirCWD template action =
     brackettmpdir template (\newdir -> bracketCWD newdir action)
\ No newline at end of file

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list