-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.yaml
61 lines (55 loc) · 1.22 KB
/
package.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: servant-oauth2
version: 0.1.0.1
synopsis: A library for OAuth2 authentication in servant.
description:
A library for OAuth2 authentication in servant.
It is a modern wrapper around wai-middleware-auth, and provides the ability
to build type-safe authorised APIs with authentication provided by the wai
oauth2 backends.
homepage: https://github.com/tweag/servant-oauth2#readme
author: Tweag
maintainer: [email protected]
copyright: 2022 Tweag
category: Web
extra-source-files:
- README.md
- LICENSE
ghc-options:
-W
-Wall
default-extensions:
- DataKinds
- DeriveGeneric
- DerivingStrategies
- FlexibleContexts
- ImportQualifiedPost
- KindSignatures
- OverloadedStrings
- PackageImports
- ScopedTypeVariables
- TypeApplications
- TypeOperators
dependencies:
- base >= 4.7 && < 5
- base64-bytestring
- binary
- bytestring
- clientsession
- cookie
- exceptions
- hoauth2
- http-types
- mtl
- servant
- servant-blaze
- servant-server
- shakespeare
- text
- tomland
- unordered-containers
- uri-bytestring
- wai
- wai-middleware-auth
- warp
library:
source-dirs: src