131 lines
3.0 KiB
Plaintext
131 lines
3.0 KiB
Plaintext
cabal-version: 2.2
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.36.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
|
|
name: oauth2-mock-server
|
|
version: 0.1.0.0
|
|
description: Please see the README
|
|
author: David Mosbach
|
|
maintainer: david.mosbach@uniworx.de
|
|
copyright: 2023-2024 David Mosbach, UniWorX Systems
|
|
license: AGPL-3.0-or-later
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
|
|
library
|
|
exposed-modules:
|
|
AuthCode
|
|
DB
|
|
LoginForm
|
|
Server
|
|
User
|
|
other-modules:
|
|
Paths_oauth2_mock_server
|
|
autogen-modules:
|
|
Paths_oauth2_mock_server
|
|
hs-source-dirs:
|
|
src
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints
|
|
build-depends:
|
|
aeson
|
|
, base >=4.7 && <5
|
|
, base64
|
|
, blaze-html
|
|
, bytestring
|
|
, containers
|
|
, http-api-data
|
|
, http-client
|
|
, http-media
|
|
, jose-jwt
|
|
, servant
|
|
, servant-client
|
|
, servant-server
|
|
, stm
|
|
, string-interpolate
|
|
, text
|
|
, time
|
|
, transformers
|
|
, uuid
|
|
, warp
|
|
default-language: Haskell2010
|
|
|
|
executable oauth2-mock-server-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
SSO
|
|
UniWorX
|
|
Paths_oauth2_mock_server
|
|
autogen-modules:
|
|
Paths_oauth2_mock_server
|
|
hs-source-dirs:
|
|
app
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
aeson
|
|
, base >=4.7 && <5
|
|
, base64
|
|
, blaze-html
|
|
, bytestring
|
|
, conduit
|
|
, containers
|
|
, http-api-data
|
|
, http-client
|
|
, http-media
|
|
, jose-jwt
|
|
, monad-logger
|
|
, mtl
|
|
, oauth2-mock-server
|
|
, persistent
|
|
, persistent-postgresql
|
|
, persistent-template
|
|
, servant
|
|
, servant-client
|
|
, servant-server
|
|
, stm
|
|
, string-interpolate
|
|
, text
|
|
, time
|
|
, transformers
|
|
, uuid
|
|
, warp
|
|
, yaml
|
|
default-language: Haskell2010
|
|
|
|
test-suite oauth2-mock-server-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
Paths_oauth2_mock_server
|
|
autogen-modules:
|
|
Paths_oauth2_mock_server
|
|
hs-source-dirs:
|
|
test
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-export-lists -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
build-depends:
|
|
aeson
|
|
, base >=4.7 && <5
|
|
, base64
|
|
, blaze-html
|
|
, bytestring
|
|
, containers
|
|
, http-api-data
|
|
, http-client
|
|
, http-media
|
|
, jose-jwt
|
|
, oauth2-mock-server
|
|
, servant
|
|
, servant-client
|
|
, servant-server
|
|
, stm
|
|
, string-interpolate
|
|
, text
|
|
, time
|
|
, transformers
|
|
, uuid
|
|
, warp
|
|
default-language: Haskell2010
|