oauth2-mock-server/oauth2-mock-server.cabal
2023-12-23 04:53:56 +01:00

100 lines
2.4 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
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
, bytestring
, containers
, http-client
, servant
, servant-client
, servant-server
, stm
, text
, time
, transformers
, warp
default-language: Haskell2010
executable oauth2-mock-server-exe
main-is: Main.hs
other-modules:
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
, bytestring
, containers
, http-client
, oauth2-mock-server
, servant
, servant-client
, servant-server
, stm
, text
, time
, transformers
, 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
, bytestring
, containers
, http-client
, oauth2-mock-server
, servant
, servant-client
, servant-server
, stm
, text
, time
, transformers
, warp
default-language: Haskell2010