-
Notifications
You must be signed in to change notification settings - Fork 1
/
hums.cabal
63 lines (62 loc) · 2.38 KB
/
hums.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
53
54
55
56
57
58
59
60
61
62
63
Name: hums
Version: 0.7.1
Synopsis: Haskell UPnP Media Server
Description: A simple UPnP Media Server.
.
Currently this has only been tested with a PlayStation 3 client. Any help/patches for getting it to work with other clients would be much appreciated.
License: GPL
License-file: COPYING.txt
Category: Network
Cabal-version: >=1.18
Build-type: Simple
Author: Bardur Arantsson
Maintainer: Bardur Arantsson <[email protected]>
Data-Dir: data
Data-Files: hums.cfg
www/images/hums.jpg
www/services/ConnectionManager/description.xml
www/services/ContentDirectory/description.xml
Executable hums
Build-Depends: base == 4.*
, blaze-builder >= 0.3 && <0.4
, bytestring >= 0.9.0.1
, ConfigFile >= 1.0.5
, containers >= 0.1.0.1
, directory >= 1.0.0.0
, filepath >= 1.1.0.0
, HaXml >= 1.22 && <1.23
, http-types >= 0.8.3 && <0.9
, hxt >= 9.1 && < 9.4
, MissingH >= 1.0.1
, mtl >= 2.1
, network >= 2.4.1 && < 2.5
, system-uuid >= 2.1 && < 2.2
, system-filepath >= 0.4.7 && < 0.5
, system-fileio >= 0.3.10 && < 0.4
, text >= 0.11 && < 2
, transformers >= 0.3
, unix >= 2.5.0.0
, unordered-containers >= 0.2 && < 0.3
, case-insensitive >= 1.2
, wai >= 3.0.0.2 && < 4
, warp >= 3.0 && < 4
Default-Extensions: Arrows
OverloadedStrings
ScopedTypeVariables
Ghc-Options: -Wall -fno-warn-unused-matches -threaded
Hs-Source-Dirs: src
Main-Is: Main.hs
Default-Language: Haskell2010
Other-Modules: Action
Configuration
DirectoryUtils
Handlers
HttpExtra
MimeType
Object
Paths_hums
Service
SimpleServiceDiscoveryProtocol
Soap
StorableExtra
URIExtra