cabal-version: 2.2 name: hs-rqlite version: 0.1.0.0 synopsis: A Haskell client for RQlite description: See README at bug-reports: https://github.com/kderme/hs-rqlite/issues license: BSD-3-Clause license-file: LICENSE author: Konstantinos Dermentzis maintainer: Konstantinos Dermentzis copyright: Konstantinos Dermentzis category: Database extra-source-files: CHANGELOG.md library hs-source-dirs: src exposed-modules: Rqlite , Rqlite.Status build-depends: base >= 4.12.0 && < 4.13 , aeson >= 1.4.2 && < 1.5 , bifunctors >= 5.5.3 && < 5.6 , bytestring >= 0.10.8 && < 0.11 , containers >= 0.6.0 && < 0.7 , HTTP >= 4000.3.14 && < 4000.4 , scientific >= 0.3.6 && < 0.4 , text >= 1.2.3 && < 1.3 , unordered-containers >= 0.2.9 && < 0.3 ghc-options: -Wall default-language: Haskell2010 source-repository head type: git location: https://github.com/kderme/hs-rqlite