-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.yaml
More file actions
69 lines (59 loc) · 1.47 KB
/
package.yaml
File metadata and controls
69 lines (59 loc) · 1.47 KB
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
67
68
69
name: atomic-css
version: 0.2.0
synopsis: Type-safe, composable CSS utility functions. Inspired by Tailwindcss and Elm-UI
homepage: https://github.com/seanhess/atomic-css
github: seanhess/atomic-css
license: BSD-3-Clause
license-file: LICENSE
author: Sean Hess
maintainer: seanhess@gmail.com
category: Web
description:
Type-safe, composable CSS utility functions. Inspired by Tailwindcss and Elm-UI
.
See documentation for the @Web.Atomic@ module below
extra-doc-files:
- README.md
- CHANGELOG.md
extra-source-files:
- embed/reset.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
- TypeFamilies
- DerivingStrategies
- DefaultSignatures
- DeriveAnyClass
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
- 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:
- atomic-css
- skeletest