hs-rqlite 0.1.1.1 → 0.1.2.0
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bifunctorsdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bifunctors, containers
API changes (from Hackage documentation)
Files
- hs-rqlite.cabal +4/−4
hs-rqlite.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: hs-rqlite-version: 0.1.1.1+version: 0.1.2.0 synopsis: A Haskell client for RQlite description: See README at <https://github.com/kderme/hs-rqlite/blob/master/README.md> bug-reports: https://github.com/kderme/hs-rqlite/issues@@ -17,11 +17,11 @@ hs-source-dirs: src exposed-modules: Rqlite , Rqlite.Status- build-depends: base >= 4.12.0 && < 4.13+ build-depends: base >= 4.10.0 && < 5 , aeson >= 1.4.2 && < 1.5- , bifunctors >= 5.5.3 && < 5.6+ , bifunctors >= 5.5 && < 5.6 , bytestring >= 0.10.8 && < 0.11- , containers >= 0.6.0 && < 0.7+ , containers >= 0.5.10 && < 0.7 , HTTP >= 4000.3.14 && < 4000.4 , scientific >= 0.3.6 && < 0.4 , text >= 1.2.3 && < 1.3