-
Notifications
You must be signed in to change notification settings - Fork 0
/
solanin.cabal
52 lines (49 loc) · 1.12 KB
/
solanin.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
40
41
42
43
44
45
46
47
48
49
50
51
52
Name: solanin
Version: 0.2.2
Cabal-Version: >= 1.6
License: PublicDomain
License-File: LICENSE
Author: Shu-yu Guo <[email protected]>
Homepage: http://github.com/syg/solanin
Synopsis: Web music streamer
Category: Web
Build-Type: Simple
Data-Files:
static/css/*.css
static/img/*.png
static/js/*.js
static/js/jquery.color.js
static/js/jquery.event.drag.js
static/swf/*.swf
templates/*.st
Executable solanin
Build-Depends:
base == 4.*,
stm,
containers,
directory,
process,
filepath,
random,
parsec >= 2.1.0.0 && < 3.0.0,
transformers,
old-time,
old-locale,
binary,
zlib,
bytestring,
bytestring-trie >= 0.2.1,
network,
utf8-string,
hyena == 0.1,
SHA,
HStringTemplate,
json
Main-Is: Main.hs
Hs-Source-Dirs: src
Build-Tools: c2hs > 0.15
Extra-Libraries: tag_c
pkgconfig-depends: taglib_c
Other-Modules: Solanin.TagLib
GHC-Options:
-O2 -Wall -fno-warn-orphans -fno-warn-missing-signatures