From 4894a3a5b88367af90d64d97abb95ce4eed0030d Mon Sep 17 00:00:00 2001 From: Guillaume Bouchard Date: Mon, 27 May 2019 17:11:37 +0200 Subject: [PATCH] Update UI.hs It breaks haddock. Because it is a piece of commented out code, I suppose it is not used anymore ;) --- src/UI.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/UI.hs b/src/UI.hs index de6b5f3..5b83014 100644 --- a/src/UI.hs +++ b/src/UI.hs @@ -33,7 +33,6 @@ drawUI Game{..} = return $ , padLeft (Pad 4) $ vBox $ map (str . show) (take (length _players) _turns) - -- $ map (str.show) deck , padTop (Pad 1) $ hBorder , padAll 1 $ padLeft (Pad 3) $ str $ "Cards remaining in deck: " ++ show (length _deck)