Kaynağa Gözat

add askgame query json instance

master
flavis 6 yıl önce
ebeveyn
işleme
9eb443638a
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/Skat/AI/Online.hs

+ 2
- 0
src/Skat/AI/Online.hs Dosyayı Görüntüle

@@ -167,6 +167,8 @@ instance ToJSON Query where
object ["query" .= ("skat" :: String), "cards" .= cards, "bid" .= bid ]
toJSON (CardsQuery cards) =
object ["query" .= ("cards" :: String), "cards" .= cards ]
toJSON (AskGameQuery bid) =
object ["query" .= ("ask_game" :: String), "bid" .= bid]

instance FromJSON ChosenResponse where
parseJSON = withObject "ChosenResponse" $ \v -> ChosenResponse


Yükleniyor…
İptal
Kaydet