packages feed

hums-0.2.2: hums.cabal

Name:                hums
Version:             0.2.2
Synopsis:            Haskell UPnP Media Server
Description:         A simple UPnP Media Server.
License:             GPL
License-file:        COPYING.txt
Category:            Network
Cabal-version:       >=1.6.0.1
Build-type:          Simple
Author:              Bardur Arantsson
Maintainer:          Bardur Arantsson <bardur@scientician.net>
Build-Depends:       base >= 3 && <4,
                     haskell98,
                     network >= 2.2.0.1,
                     HTTP >= 4000.0.7,
                     filepath >= 1.1.0.0,
                     parsec >= 2.1.0.0 && < 3.0,
                     regex-compat >= 0.91,
                     unix >= 2.3.0.0,
                     directory >= 1.0.0.0,
                     containers >= 0.1.0.1,
                     uuid >= 1.0.0,
                     bytestring >= 0.9.0.1,
                     MissingH >= 1.0.1,
                     hxt >= 8.3.1,
                     ConfigFile >= 1.0.5,
                     mtl >= 1.1.0.2,
                     network-bytestring >= 0.1.2.1 && <0.2
data-dir:            data
data-files:          hums.cfg 
                     www/images/hums.jpg
                     www/services/ConnectionManager/description.xml
                     www/services/ContentDirectory/description.xml

Executable:          hums
Extensions:          Arrows
ghc-options:         -Wall -fno-warn-unused-matches -threaded
hs-source-dirs:      src
Main-is:             Main.hs
Other-modules:       Paths_hums
                     HttpExtra
                     StorableExtra
                     URIExtra
                     SimpleServiceDiscoveryProtocol
                     HttpExtra
                     RegexExtra
                     Service
                     Configuration
                     Soap
                     DirectoryUtils
                     HttpServer
                     MimeType
                     Action
                     Object
                     Didl
                     SendFile