From c6c01d7c248bca1078285c4afeaa25493e9974b3 Mon Sep 17 00:00:00 2001 From: Joris Date: Wed, 16 Mar 2016 21:09:44 +0100 Subject: Add import expression --- tests/Helper.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Helper.hs') diff --git a/tests/Helper.hs b/tests/Helper.hs index 5979ae2..3dcc267 100644 --- a/tests/Helper.hs +++ b/tests/Helper.hs @@ -1,6 +1,7 @@ module Helper ( forceGetConfig , getConfig + , eitherToMaybe ) where @@ -25,7 +26,7 @@ getConfig input = T.writeFile filePath input config <- readConfig filePath removeFile filePath - putStrLn . show $ config + -- putStrLn . show $ config return $ eitherToMaybe config ) -- cgit v1.2.3