packages feed

rocksdb-query-0.4.3: rocksdb-query.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.38.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 399259d1d70dd1b29a3cf2d188fc5ec1a3ba82a7e55489b3bacc3d1cb2be9aaf

name:           rocksdb-query
version:        0.4.3
synopsis:       RocksDB database querying library for Haskell
description:    Please see the README on GitHub at <https://github.com/jprupp/rocksdb-query#readme>
category:       Database
homepage:       https://github.com/jprupp/rocksdb-query#readme
bug-reports:    https://github.com/jprupp/rocksdb-query/issues
author:         JP Rupp
maintainer:     jprupp@protonmail.ch
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/jprupp/rocksdb-query

library
  exposed-modules:
      Database.RocksDB.Query
  other-modules:
      Paths_rocksdb_query
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , cereal
    , conduit
    , resourcet
    , rocksdb-haskell-jprupp >=2.1.1
    , unliftio
  default-language: Haskell2010

test-suite rocksdb-query-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_rocksdb_query
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , cereal
    , data-default
    , hspec
    , rocksdb-haskell-jprupp >=2.1.1
    , rocksdb-query
    , unliftio
  default-language: Haskell2010