gitter 0.4 → 0.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~basedep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, exceptions
API changes (from Hackage documentation)
Files
- gitter.cabal +4/−4
gitter.cabal view
@@ -1,5 +1,5 @@ name: gitter-version: 0.4+version: 0.5 -- ^ ComVer synopsis: Gitter.im API client description: Gitter.im is a programmers-oriented GitHub-based web-chat.@@ -14,10 +14,10 @@ category: API, Network library- build-depends: aeson >= 1.0.2.1 && < 1.3- , base >= 4.9.1.0 && < 4.11+ build-depends: aeson >= 1.0.2.1 && < 1.5+ , base >= 4.9.1.0 && < 4.13 , bytestring >= 0.10.8.1 && < 0.11- , exceptions >= 0.8.3 && < 0.9+ , exceptions >= 0.8.3 && < 0.11 , lens >= 4.15.1 && < 5 , lens-aeson >= 1.0.1 && < 2 , mtl >= 2.2.1 && < 3