-
Notifications
You must be signed in to change notification settings - Fork 0
/
JunkDB.cabal
37 lines (34 loc) · 1.19 KB
/
JunkDB.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
-- Initial JunkDB.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: JunkDB
version: 0.1.1.0
-- synopsis:
description: Generic KVS API
license: BSD3
license-file: LICENSE
author: HATTORI, Hiroki
maintainer: seagull.kamome@gmail.com
-- copyright:
category: Database
build-type: Simple
cabal-version: >=1.8
source-repository head
type: git
location: https://github.com/seagull-kamome/JunkDB
library
exposed-modules: Database.KVS,
Database.Junk.FileSystem,
Database.Junk.Memcached
ghc-options: -Wall
-- other-modules:
build-depends: base ==4.6.*,
network,
mtl >=2.1,
data-default >=0.4,
directory >=1.2,
filepath >=1.3,
bytestring >=0.10,
binary >=0.5,
conduit >=1.0,
aeson >=0.6,
resourcet >=0.4