equal
deleted
inserted
replaced
71 { |
71 { |
72 roundMsgs :: [B.ByteString], |
72 roundMsgs :: [B.ByteString], |
73 leftTeams :: [B.ByteString], |
73 leftTeams :: [B.ByteString], |
74 teamsAtStart :: [TeamInfo], |
74 teamsAtStart :: [TeamInfo], |
75 teamsInGameNumber :: Int, |
75 teamsInGameNumber :: Int, |
76 allPlayersHaveRegisteredAccounts :: Bool, |
76 allPlayersHaveRegisteredAccounts :: !Bool, |
77 giMapParams :: Map.Map B.ByteString B.ByteString, |
77 giMapParams :: Map.Map B.ByteString B.ByteString, |
78 giParams :: Map.Map B.ByteString [B.ByteString] |
78 giParams :: Map.Map B.ByteString [B.ByteString] |
79 } deriving (Show, Read) |
79 } deriving (Show, Read) |
80 |
80 |
81 newGameInfo :: [TeamInfo] |
81 newGameInfo :: [TeamInfo] |