-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathredsift.cabal
More file actions
56 lines (53 loc) · 1.77 KB
/
redsift.cabal
File metadata and controls
56 lines (53 loc) · 1.77 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: redsift
version: 0.1.1
synopsis: Redshift web app for browsing and querying
license: GPL-3
license-file: LICENSE
author: Chris Forno
maintainer: jekor@jekor.com
copyright: 2013 Zalora
category: Database
build-type: Simple
cabal-version: >=1.10
data-files:
www/static/images/rs_view.png
www/static/images/rs_tbl.png
www/static/images/rs_db.png
www/static/js/redsift.js
www/static/js/foundation.min.js
www/static/css/tree_menu.css
www/static/css/redsift.css
www/static/css/foundation.min.css
www/index.html
executable redsift
main-is: redsift.hs
build-depends: aeson,
MissingH,
base >= 4.8,
directory,
bytestring,
configurator,
containers,
filepath,
hS3 >= 0.5,
HTTP,
http-types >= 0.8,
network >= 2.6,
network-uri >= 2.6,
optparse-applicative,
postgresql-libpq,
postgresql-simple,
safe,
mime-mail >= 0.4.4.2,
split,
string-conversions,
system-filepath,
text,
time,
utf8-string,
wai >= 3.2,
wai-app-static,
wai-extra,
warp >= 3.2
default-language: Haskell2010
ghc-options: -Wall -threaded -static