packages feed

sproxy-web-0.4: sproxy-web.cabal

name: sproxy-web
version: 0.4
synopsis: Web interface to sproxy database
description:
  Web frontend for managing sproxy.
  See https://hackage.haskell.org/package/sproxy
license: MIT
license-file: LICENSE
author: Alp Mestanogullari <alpmestan@gmail.com>
maintainer: Igor Pashev <pashev.igor@gmail.com>
copyright: 2014-2016, Zalora South East Asia Pte. Ltd
category: Web
build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >= 1.20
data-files:
  static/css/*.css,
  static/css/*.min.css,
  static/fonts/glyphicons-halflings-regular.eot,
  static/fonts/glyphicons-halflings-regular.svg,
  static/fonts/glyphicons-halflings-regular.ttf,
  static/fonts/glyphicons-halflings-regular.woff,
  static/js/*.js,
  static/js/*.min.js,
  static/js/jquery.color.min.js,
  static/js/jquery.jeditable.min.js,
  static/loading.gif

source-repository head
  type: git
  location: https://github.com/zalora/sproxy-web.git

executable sproxy-web
  default-language: Haskell2010
  ghc-options: -Wall -threaded -static -fno-warn-unused-do-bind
  main-is: Main.hs
  hs-source-dirs: src
  other-modules:
    Application
    DB
    Entities
    Server
    SproxyError
    Views.Common
    Views.DomainList
    Views.DomainPrivileges
    Views.ErrorPage
    Views.GroupList
    Views.Homepage
    Views.MemberList
    Views.PrivilegeRules
    Views.Search
  build-depends:
      base                     >= 4.8 && < 5
    , aeson                    >= 0.6
    , blaze-html               >= 0.7
    , blaze-markup             >= 0.6
    , bytestring               >= 0.10
    , configurator             >= 0.2
    , data-default-class
    , directory
    , docopt                   >= 0.7
    , filepath
    , http-types               >= 0.8
    , interpolatedstring-perl6
    , mtl                      >= 2.1
    , network                  >= 2.6
    , postgresql-simple        >= 0.4
    , resource-pool            >= 0.2
    , scotty                   >= 0.10
    , text                     >= 0.11
    , unix                     >= 2.7
    , wai
    , wai-extra                >= 2.0
    , wai-middleware-static    >= 0.4
    , warp                     >= 3.2