Name: hums Version: 0.3.3 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.6.0.1 Build-type: Simple Author: Bardur Arantsson Maintainer: Bardur Arantsson 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.* , haskell98 , network == 2.3.* , filepath >= 1.1.0.0 , parsec >= 2.1.0.0 && < 3.0 , unix >= 2.3.0.0 , directory >= 1.0.0.0 , containers >= 0.1.0.1 , uuid >= 1.2.1 && < 1.3 , bytestring >= 0.9.0.1 , blaze-builder == 0.2.* , MissingH >= 1.0.1 , hxt >= 9.0.1 , ConfigFile >= 1.0.5 , mtl == 2.0.* , transformers == 0.2.* , unordered-containers == 0.1.* , text == 0.11.* , HaXml == 1.20.* , enumerator >= 0.4.9 , http-types >= 0.6 && <0.7 , case-insensitive >= 0.2 && < 0.3 , wai >= 0.4 && < 0.5 , warp >= 0.4 && < 0.5 Extensions: Arrows GeneralizedNewtypeDeriving OverloadedStrings ghc-options: -Wall -O2 -fno-warn-unused-matches -threaded hs-source-dirs: src Main-is: Main.hs Other-modules: Action Configuration DirectoryUtils Handlers HttpExtra MimeType Object Paths_hums Service SimpleServiceDiscoveryProtocol Soap StorableExtra URIExtra