packages feed

labyrinth 0.1.6.0 → 0.1.6.1

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

labyrinth.cabal view
@@ -1,5 +1,5 @@ name:                labyrinth-version:             0.1.6.0+version:             0.1.6.1 synopsis:            A complicated turn-based game description:         Players take turns in a labyrinth, competing with each                      other to pick a treasure and carry it out. They only know
src/LabyrinthServer.hs view
@@ -82,6 +82,7 @@  createGame :: AcidState Games -> ServerPart Response createGame acid = dir "add" $ nullDir >> method POST >> do+    decodeBody bodyPolicy     lWidth <- lookRead "width"     lHeight <- lookRead "height"     pCount <- lookRead "players"