packages feed

HAppS-Server-0.9.2: HAppS-Server.cabal

Name:                HAppS-Server
Version:             0.9.2
Synopsis:            Web related tools and services.
Description:         Web framework
License:             BSD3
Author:              HAppS LLC
Maintainer:          AlexJacobson@HAppS.org
Category:            Web, Distributed Computing
Build-Depends:       base, HaXml >= 1.13 && < 1.14, parsec, mtl, network,
                     regex-compat, hslogger >= 1.0.2, HAppS-Data>=0.9.2, HAppS-Util>=0.9.2,
                     HAppS-State>=0.9.2, HAppS-IxSet>=0.9.2, HTTP, template-haskell, xhtml, html,
                     bytestring, random, containers, old-time, old-locale, directory, unix
Build-Type:          Simple
hs-source-dirs:      src
Exposed-modules:
                     HAppS.Server,
                     HAppS.Server.Cookie,
                     HAppS.Server.HTTP.Client,
                     HAppS.Server.HTTP.Types,
                     HAppS.Server.HTTP.LowLevel,
                     HAppS.Server.HTTP.FileServe,
                     HAppS.Server.SimpleHTTP,
                     HAppS.Server.JSON,
                     HAppS.Server.MessageWrap,
                     HAppS.Server.MinHaXML,
                     HAppS.Server.SURI,
                     HAppS.Server.XSLT,
                     HAppS.Server.Facebook
                     HAppS.Server.Cron
                     HAppS.Server.StdConfig
                     HAppS.Store.Util
                     HAppS.Store.FlashMsgs
                     HAppS.Store.HelpReqs
Other-modules:       
                     HAppS.Server.S3,
                     HAppS.Server.HTTPClient.HTTP,
                     HAppS.Server.HTTPClient.Stream,
                     HAppS.Server.HTTPClient.TCP,
                     HAppS.Server.HTTP.Clock,
                     HAppS.Server.HTTP.Handler,
                     HAppS.Server.HTTP.LazyLiner,
                     HAppS.Server.HTTP.Listen,
                     HAppS.Server.HTTP.Multipart,
                     HAppS.Server.HTTP.RFC822Headers,
                     HAppS.Server.SURI.ParseURI
-- Should have ", DeriveDataTypeable, PatternSignatures" but Cabal complains
Extensions:          CPP, UndecidableInstances
cpp-options:         -DUNIX
ghc-options:         -W -fno-warn-incomplete-patterns
GHC-Prof-Options:    -auto-all