oauth2-mock-server/oauth2-mock-server.cabal
2024-01-16 03:06:13 +01:00

142 lines
3.1 KiB
Plaintext

cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- 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 David Mosbach
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.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
, conduit
, containers
, http-api-data
, http-client
, http-media
, jose-jwt
, monad-logger
, mtl
, persistent
, persistent-postgresql
, persistent-template
, 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:
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
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
, 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
default-language: Haskell2010