From fdf988be6d2b3bb931a9eb3dcf3fbb83b1fb8c17 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Nov 2011 21:27:43 -0400 Subject: [PATCH] indent --- Utility/Misc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/Misc.hs b/Utility/Misc.hs index b3bf226120..4c4aa4c935 100644 --- a/Utility/Misc.hs +++ b/Utility/Misc.hs @@ -13,7 +13,7 @@ import Control.Monad {- A version of hgetContents that is not lazy. Ensures file is - all read before it gets closed. -} hGetContentsStrict :: Handle -> IO String -hGetContentsStrict = hGetContents >=> \s -> length s `seq` return s +hGetContentsStrict = hGetContents >=> \s -> length s `seq` return s {- A version of readFile that is not lazy. -} readFileStrict :: FilePath -> IO String