-
Notifications
You must be signed in to change notification settings - Fork 16
/
cassandra-cql.cabal
40 lines (37 loc) · 1.36 KB
/
cassandra-cql.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
31
32
33
34
35
36
37
38
39
name: cassandra-cql
version: 0.6
synopsis: Haskell client for Cassandra's CQL protocol
description: Haskell client for Cassandra's CQL protocol.
license: BSD3
license-file: LICENSE
author: Stephen Blackheath
maintainer: http://blacksapphire.com/antispam/
copyright: (c) Stephen Blackheath 2013-2015
category: Database
build-type: Simple
stability: alpha
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/the-real-blackh/cassandra-cql
library
exposed-modules: Database.Cassandra.CQL
build-depends: Decimal,
base,
bytestring,
cereal,
exceptions,
containers,
cryptohash,
hslogger,
mtl,
network,
random,
resource-pool,
stm,
text,
time,
uuid
ghc-options: -Wall -fno-warn-name-shadowing -fno-warn-unused-matches
-fno-warn-missing-signatures -fno-warn-orphans
-fno-warn-unused-imports -fno-warn-unused-binds