-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.yaml
42 lines (36 loc) · 935 Bytes
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: rocksdb-query
version: 0.4.2
github: "jprupp/rocksdb-query"
license: MIT
license-file: LICENSE
author: "Jean-Pierre Rupp"
maintainer: "[email protected]"
extra-source-files:
- README.md
- CHANGELOG.md
synopsis: RocksDB database querying library for Haskell
category: Database
description: Please see the README on GitHub at <https://github.com/jprupp/rocksdb-query#readme>
dependencies:
- base >= 4.7 && < 5
- cereal
- unliftio
- rocksdb-haskell-jprupp >= 2.1.1
library:
source-dirs: src
dependencies:
- bytestring
- conduit
- resourcet
tests:
rocksdb-query-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- data-default
- rocksdb-query
- hspec