packages feed

hs-rqlite-0.1.2.0: hs-rqlite.cabal

cabal-version:       >=1.10
name:                hs-rqlite
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
license:             BSD3
license-file:        LICENSE
author:              Konstantinos Dermentzis <k.dermenz@gmail.com>
maintainer:          Konstantinos Dermentzis <k.dermenz@gmail.com>
copyright:           Konstantinos Dermentzis <k.dermenz@gmail.com>
category:            Database
extra-source-files:  CHANGELOG.md
build-type:          Simple

library
  hs-source-dirs:      src
  exposed-modules:     Rqlite
                     , Rqlite.Status
  build-depends:       base        >= 4.10.0 && < 5
                     , aeson       >= 1.4.2 && < 1.5
                     , bifunctors  >= 5.5 && < 5.6
                     , bytestring  >= 0.10.8 && < 0.11
                     , containers  >= 0.5.10 && < 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