battlenet 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+4/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- battlenet.cabal +4/−2
battlenet.cabal view
@@ -10,13 +10,15 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.0+version: 0.1.0.1 -- A short (one-line) description of the package. synopsis: API client for Battle.Net -- A longer description of the package.--- description: +description: API client for Battle.Net, implemented using http-conduit. See the repository or Haddock for usage.++homepage: https://github.com/teozkr/hs-battlenet/ -- The license under which the package is released. license: MIT