-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMultiLevelDB.cabal
More file actions
32 lines (28 loc) · 1.18 KB
/
MultiLevelDB.cabal
File metadata and controls
32 lines (28 loc) · 1.18 KB
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
Name: MultiLevelDB
Version: 0.1
Synopsis: Multiple index database, based with LevelDB
Homepage: http://github.com/wmoss/multileveldb
License: AllRightsReserved
License-file: LICENSE
Author: Will Moss
Maintainer: wbmoss@gmail.com
Category: Network
Build-type: Simple
Cabal-version: >=1.2
Executable multileveldb
Main-is: Network/Server/MultiLevelDB/Server.hs
hs-source-dirs: src
Build-depends: base,
bytestring >=0.9,
attoparsec >=0.10 && < 0.11,
attoparsec-binary>0.1 && < 0.2,
protocol-buffers>=2.0.6 && < 2.1,
blaze-builder>=0.3 && <0.4,
scalable-server>=0.2.2 && < 0.3,
leveldb-haskell>=0.0.2 && <0.1,
binary>=0.5.1 && <0.6,
msgpack>=0.7.1.2 && <0.8,
containers>=0.4.2.1 && < 0.5,
cmdargs>=0.6.7 && <0.7
Extensions: OverloadedStrings, TupleSections, DeriveDataTypeable
Ghc-Options: -threaded -rtsopts -O2 -funfolding-use-threshold=16 -fexcess-precision -feager-blackholing