-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhyperdex.cabal
30 lines (28 loc) · 1.03 KB
/
hyperdex.cabal
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
name: hyperdex
version: 0.1.0.0
synopsis: An incomplete client library for the HyperDex key-value store.
description:
license: BSD3
license-file: LICENSE
author: Sean Billig
maintainer: [email protected]
category: Database
build-type: Simple
cabal-version: >=1.8
homepage: https://github.com/sbillig/hyperdex-haskell
bug-reports: https://github.com/sbillig/hyperdex-haskell/issues
source-repository head
type: git
location: https://github.com/sbillig/hyperdex-haskell
library
exposed-modules: Database.HyperDex.Internal.Types,
Database.HyperDex.Internal.Client
build-depends: base == 4.*,
bytestring >= 0.9 && < 0.11,
containers == 0.5.*,
monad-loops == 0.3.*
build-tools: c2hs
ghc-options: -Wall
ghc-prof-options: -auto-all
extra-libraries: hyperclient
-- includes: hyperclient.h