cabal-version: 1.20 name: sproxy2 version: 1.97.1 license: MIT license-file: LICENSE copyright: 2016-2017, Zalora South East Asia Pte. Ltd; 2017-2019, Igor Pashev maintainer: Igor Pashev author: Igor Pashev synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend server if they haven't been explicitly whitelisted. Sproxy is independent. Any web application written in any language can use it. category: Databases, Web build-type: Simple extra-source-files: ChangeLog.md README.md datafile.example.yml sproxy.example.yml sproxy.sql source-repository head type: git location: https://github.com/ip1981/sproxy2.git executable sproxy2 main-is: Main.hs hs-source-dirs: src other-modules: Sproxy.Application Sproxy.Application.Access Sproxy.Application.Cookie Sproxy.Application.OAuth2 Sproxy.Application.OAuth2.Common Sproxy.Application.OAuth2.Google Sproxy.Application.OAuth2.LinkedIn Sproxy.Application.OAuth2.Yandex Sproxy.Application.State Sproxy.Config Sproxy.Logging Sproxy.Server Sproxy.Server.DB Sproxy.Server.DB.DataFile default-language: Haskell2010 ghc-options: -Wall -static -threaded build-depends: base >=4.8 && <50, aeson -any, base64-bytestring -any, blaze-builder -any, bytestring -any, cereal -any, conduit -any, cookie >=0.4.2, docopt -any, entropy -any, Glob -any, http-client >=0.5.3, http-conduit -any, http-types -any, interpolatedstring-perl6 -any, network -any, postgresql-simple -any, resource-pool -any, SHA -any, sqlite-simple -any, text -any, time -any, unix -any, unordered-containers -any, wai -any, wai-conduit -any, warp -any, warp-tls >=3.2, word8 -any, yaml >=0.8.4