flowdock 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- flowdock.cabal +2/−2
flowdock.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: flowdock-version: 0.3.0.0+version: 0.3.0.1 synopsis: Flowdock client library for Haskell -- description: homepage: https://github.com/brewtown/hs-flowdock@@ -21,7 +21,7 @@ -- other-modules: -- other-extensions: build-depends: base >=4.6 && <5,- aeson >= 0.8 && < 0.9,+ aeson >= 0.8 && < 0.10, lens >= 4 && < 5, lens-action, http-client >= 0.3.8 && < 0.5,