aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sproxy2.cabal130
1 files changed, 64 insertions, 66 deletions
diff --git a/sproxy2.cabal b/sproxy2.cabal
index 56b0eb3..116c006 100644
--- a/sproxy2.cabal
+++ b/sproxy2.cabal
@@ -1,81 +1,79 @@
+cabal-version: 1.20
name: sproxy2
version: 1.97.1
-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.
license: MIT
license-file: LICENSE
-author: Igor Pashev <pashev.igor@gmail.com>
+copyright: 2016-2017, Zalora South East Asia Pte. Ltd;
+ 2017-2019, Igor Pashev <pashev.igor@gmail.com>
maintainer: Igor Pashev <pashev.igor@gmail.com>
-copyright:
- 2016-2017, Zalora South East Asia Pte. Ltd;
- 2017-2019, Igor Pashev <pashev.igor@gmail.com>
+author: Igor Pashev <pashev.igor@gmail.com>
+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
-cabal-version: 1.20
extra-source-files:
- ChangeLog.md
- README.md
- datafile.example.yml
- sproxy.example.yml
- sproxy.sql
+ ChangeLog.md
+ README.md
+ datafile.example.yml
+ sproxy.example.yml
+ sproxy.sql
source-repository head
- type: git
- location: https://github.com/ip1981/sproxy2.git
+ type: git
+ location: https://github.com/ip1981/sproxy2.git
executable sproxy2
- default-language: Haskell2010
- ghc-options: -Wall -static -threaded
- hs-source-dirs: src
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
+ 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
- , base64-bytestring
- , blaze-builder
- , bytestring
- , cereal
- , conduit
- , cookie >= 0.4.2
- , docopt
- , entropy
- , Glob
- , http-client >= 0.5.3
- , http-conduit
- , http-types
- , interpolatedstring-perl6
- , network
- , postgresql-simple
- , resource-pool
- , SHA
- , sqlite-simple
- , text
- , time
- , unix
- , unordered-containers
- , wai
- , wai-conduit
- , warp
- , warp-tls >= 3.2
- , word8
- , yaml >= 0.8.4
-
+ 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