-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplates.cabal
More file actions
73 lines (68 loc) · 2.32 KB
/
templates.cabal
File metadata and controls
73 lines (68 loc) · 2.32 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
70
71
72
73
name: templates
version: 0.1.0.0
cabal-version: >= 1.10
build-type: Simple
maintainer: galen.sprout@gmail.com
category: Web
license-file: LICENSE
license: MIT
synopsis: Out of the box reflex-dom elements
description:
Out of the box reflex-dom elements built with ClasshSS and reflex-classhss
extra-doc-files: doc/*.svg
source-repository head
type: git
location: https://github.com/TypifyDev/templates
library
hs-source-dirs: src
exposed-modules: Templates.Partials.Buttons
Templates.Partials.Checkbox
Templates.Partials.Image
Templates.Partials.Containers
Templates.Partials.Containers.Dropdown
Templates.Partials.Inputs
Templates.Partials.Lists
Templates.Partials.Modal
Templates.Partials.Searchbar
Templates.Partials.Shapes
Templates.Partials.Errors
Templates.Partials.Invitebar
Templates.Types
Templates.DomExtras
default-language: Haskell2010
default-extensions:
ConstraintKinds
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
LambdaCase
MultiParamTypeClasses
RankNTypes
RecursiveDo
ScopedTypeVariables
TemplateHaskell
ghc-options: -Wall -fplugin Henforcer "-fplugin-opt=Henforcer:-chenforcer.toml"
build-depends: ClasshSS >= 0.2.0 && < 0.3
, base >= 4.19.0 && < 4.21
, containers >= 0.7 && < 0.8
, data-default >= 0.8.0 && < 0.9
, filepath >= 1.5.4 && < 1.6
, henforcer
, lens >= 5.3.6 && < 5.4
, reflex-classhss >= 0.1.0 && < 0.2
, reflex-dom-core >= 0.8 && < 0.9
, text >= 2.1.3 && < 2.2
test-suite tests
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: test
default-language: Haskell2010
default-extensions: OverloadedStrings
build-depends: base >= 4.19.0 && < 4.21
, filepath >= 1.5.4 && < 1.6
, hedgehog
, tasty
, tasty-hedgehog
, tasty-hunit
, text >= 2.1.3 && < 2.2