packages feed

cayley-client 0.4.3 → 0.4.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~exceptionsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

Files

cayley-client.cabal view
@@ -1,10 +1,10 @@ name: cayley-client-version: 0.4.3+version: 0.4.4 cabal-version: >=1.10 build-type: Simple license: BSD3 license-file: LICENSE-copyright: (c) 2015-2018- Michel Boucey+copyright: (c) 2015-2018 - Michel Boucey maintainer: michel.boucey@cybervisible.fr homepage: https://github.com/MichelBoucey/cayley-client synopsis: A Haskell client for the Cayley graph database@@ -30,7 +30,7 @@         base >=4.8.1.0 && <5,         bytestring >=0.10.6 && <0.11,         binary >=0.7.5 && <0.9,-        exceptions >=0.8.0.2 && <0.9,+        exceptions >=0.8.0.2 && <0.10,         http-client >=0.4.30 && <0.6,         http-conduit >=2.1.8 && <2.4,         lens >=4.12.3 && <4.17,