generated from Airsequel/haskell-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
65 lines (59 loc) · 1.24 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
62
63
64
65
name: servant-docs-blaze
version: 0.0.0.0
synopsis: Generate HTML documentation for Servant APIs
description: Please check out the README for more information.
homepage: https://github.com/Airsequel/servant-docs-blaze#readme
license: AGPL-3.0-or-later
author: Adrian Sieber
maintainer: [email protected]
copyright: Adrian Sieber
category: Web
extra-source-files:
- readme.md
dependencies:
- base
- protolude
default-extensions:
- NoImplicitPrelude
- OverloadedRecordDot
- OverloadedStrings
ghc-options:
- -Wall
- -Wcompat
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
- -fno-warn-orphans
library:
language: GHC2021
source-dirs: source
dependencies:
- aeson
- aeson-pretty
- blaze-html
- blaze-markup
- bytestring
- http-media
- raw-strings-qq
- servant-docs
- text
- unordered-containers
tests:
servant-docs-blaze-test:
language: GHC2021
source-dirs: tests
main: Spec.hs
dependencies:
- aeson
- aeson-pretty
- blaze-html
- blaze-markup
- bytestring
- hspec
- http-media
- raw-strings-qq
- servant
- servant-docs
- servant-docs-blaze
- servant-server
- text