haskell-spacegoo 0.2 → 0.2.0.1
raw patch · 2 files changed
+3/−3 lines, 2 filesdep +conduit-extradep −network-conduitPVP ok
version bump matches the API change (PVP)
Dependencies added: conduit-extra
Dependencies removed: network-conduit
API changes (from Hackage documentation)
Files
- Game/Spacegoo.hs +1/−1
- haskell-spacegoo.cabal +2/−2
Game/Spacegoo.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE OverloadedStrings, RankNTypes, RecordWildCards #-}+{-# LANGUAGE OverloadedStrings, RankNTypes, RecordWildCards, FlexibleContexts #-} -- | -- This module provides you with everything to quicky write clients for the
haskell-spacegoo.cabal view
@@ -1,5 +1,5 @@ name: haskell-spacegoo-version: 0.2+version: 0.2.0.1 synopsis: Client API for Rocket Scissor Spacegoo description: Using this package you can quickly create code to take part in a game of Rocket Scissor Spacegoo; see@@ -26,7 +26,7 @@ , mtl , bytestring , text- , network-conduit+ , conduit-extra , conduit , vector-space