Hastodon 0.3.1 → 0.3.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Web.Hastodon: HastodonClient :: String -> String -> HastodonClient
+ Web.Hastodon: [host] :: HastodonClient -> String
+ Web.Hastodon: [token] :: HastodonClient -> String
Files
- Hastodon.cabal +1/−1
- Web/Hastodon.hs +1/−1
Hastodon.cabal view
@@ -1,5 +1,5 @@ Name: Hastodon-Version: 0.3.1+Version: 0.3.2 Synopsis: mastodon client module for Haskell Category: Web Description: mastodon client module for Haskell
Web/Hastodon.hs view
@@ -1,6 +1,6 @@ module Web.Hastodon (- HastodonClient+ HastodonClient(..) , Account(..) , Application(..)