add current bid to json instance
This commit is contained in:
@@ -158,7 +158,7 @@ instance ToJSON Query where
|
|||||||
object ["query" .= ("start_game" :: String), "trumps" .= show trumps,
|
object ["query" .= ("start_game" :: String), "trumps" .= show trumps,
|
||||||
"hand" .= toInt handNo, "single" .= toInt sglPlayer ]
|
"hand" .= toInt handNo, "single" .= toInt sglPlayer ]
|
||||||
toJSON (BidQuery hand bid) =
|
toJSON (BidQuery hand bid) =
|
||||||
object ["query" .= ("bid" :: String), "whom" .= show hand ]
|
object ["query" .= ("bid" :: String), "whom" .= show hand, "current" .= bid]
|
||||||
toJSON (BidResponseQuery hand bid) =
|
toJSON (BidResponseQuery hand bid) =
|
||||||
object ["query" .= ("bid_response" :: String), "from" .= show hand ]
|
object ["query" .= ("bid_response" :: String), "from" .= show hand ]
|
||||||
toJSON (AskHandQuery) =
|
toJSON (AskHandQuery) =
|
||||||
|
|||||||
Reference in New Issue
Block a user