Skip to content

Commit

Permalink
Merge pull request #1 from guibou/patch-1
Browse files Browse the repository at this point in the history
Update UI.hs to remove a commented piece of code which breaks Haddock support. Thanks Guibou!
  • Loading branch information
dixonary authored May 27, 2019
2 parents 02f0923 + 4894a3a commit db4dde9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db4dde9

Please sign in to comment.