-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.yaml
66 lines (57 loc) · 1.46 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
66
name: web-view
version: 0.6.2
synopsis: Type-safe HTML and CSS with intuitive layouts and composable styles.
homepage: https://github.com/seanhess/web-view
github: seanhess/web-view
license: BSD-3-Clause
license-file: LICENSE
author: Sean Hess
maintainer: [email protected]
category: Web
description:
Type-safe HTML and CSS with intuitive layouts and composable styles. Inspired by Tailwindcss and Elm-UI
.
See documentation for the @Web.View@ module below
extra-doc-files:
- README.md
- CHANGELOG.md
extra-source-files:
- embed/preflight.css
language: GHC2021
ghc-options:
- -Wall
- -fdefer-typed-holes
tested-with:
- GHC == 9.8.2
- GHC == 9.6.6
default-extensions:
- OverloadedStrings
- OverloadedRecordDot
- DuplicateRecordFields
- NoFieldSelectors
dependencies:
- base >=4.16 && <5
- bytestring >= 0.11 && <0.13
- containers >= 0.6 && <1
- casing > 0.1.3.0 && <0.2
- effectful-core >= 2.3 && <3
- text >= 1.2 && <3
- string-interpolate >= 0.3.2 && <0.4
- file-embed >= 0.0.10 && <0.1
- http-types >= 0.12 && <0.13
- html-entities >= 1.1.4.7 && <1.2
library:
source-dirs: src
tests:
test:
main: Spec.hs
source-dirs: test/
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -F -pgmF=skeletest-preprocessor
dependencies:
- web-view
- Diff >= 0.5 && <1.0
- skeletest