zoovisitor 0.2.1.0 → 0.2.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~Z-Datadep ~Z-IOPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Z-Data, Z-IO
API changes (from Hackage documentation)
Files
- zoovisitor.cabal +5/−5
zoovisitor.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: zoovisitor-version: 0.2.1.0+version: 0.2.1.1 synopsis: A haskell binding to Apache Zookeeper C library(mt) using Haskell Z project. @@ -12,7 +12,7 @@ copyright: Copyright (c) author: mu maintainer: mu@laxcat.xyz-tested-with: GHC ==8.8.4 || ==8.10.4 || ==9.0.1+tested-with: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 category: Database homepage: https://github.com/ZHaskell/zoovisitor bug-reports: https://github.com/ZHaskell/zoovisitor/issues@@ -44,13 +44,13 @@ build-depends: , base >=4.12 && <5- , Z-Data >=0.7.2 && <1.1- , Z-IO >=0.7 && <1.0+ , Z-Data >=0.7.2 && <1.1 || ^>=2.0+ , Z-IO >=0.7 && <1.0 || ^>=2.0 includes: hs_zk.h c-sources: cbits/hs_zk.c include-dirs: include /usr/local/include- build-tool-depends: hsc2hs:hsc2hs -any+ build-tool-depends: hsc2hs:hsc2hs extra-libraries: zookeeper_mt default-language: Haskell2010 default-extensions: