Name:                hums
Version:             0.6.0
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 <bardur@scientician.net>
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
               , conduit >= 1.1 && <2
               , conduit-extra >= 1.1 && <2
               , 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
               , parsec >= 3.0 && < 3.2
               , 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 >= 2.0 && < 3
               , warp >= 2.0 && < 3
  Default-Extensions:  Arrows
                       GeneralizedNewtypeDeriving
                       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