-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathreflex-material-bootstrap.cabal
81 lines (78 loc) · 2.42 KB
/
reflex-material-bootstrap.cabal
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
74
75
76
77
78
79
80
81
name: reflex-material-bootstrap
version: 0.2.0.0
synopsis: Frontend library for reactive bootstrap with material skin
description: Please see README.md
homepage: https://github.com/hexresearch/reports-manager
author: Anton Gushcha
maintainer: [email protected]
license: MIT
copyright: 2017 Anton Gushcha
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files:
README.md
CHANGELOG.md
library
hs-source-dirs: src
exposed-modules:
Web.Reflex.Bootstrap
Web.Reflex.Bootstrap.Basket
Web.Reflex.Bootstrap.Context
Web.Reflex.Bootstrap.Focus
Web.Reflex.Bootstrap.Form
Web.Reflex.Bootstrap.Markup
Web.Reflex.Bootstrap.Menu
Web.Reflex.Bootstrap.Modal
Web.Reflex.Bootstrap.Pagination
Web.Reflex.Bootstrap.Progress
Web.Reflex.Bootstrap.Router
Web.Reflex.Bootstrap.Table
Web.Reflex.Bootstrap.Tabs
Web.Reflex.Bootstrap.Tooltip
Web.Reflex.Bootstrap.Upload.Input
Web.Reflex.Bootstrap.Utils
Web.Reflex.Bootstrap.Wizzard
default-language: Haskell2010
build-depends:
base >= 4.7 && < 5
, aeson >= 0.11 && < 1.3
, bytestring >= 0.10 && < 0.11
, containers >= 0.5.7 && < 0.6
, data-default >= 0.7 && < 0.8
, dependent-map >= 0.2 && < 0.3
, either >= 4.4 && < 4.5
, extra >= 1.5 && < 1.6
, ghcjs-base >= 0.2 && < 0.3
, ghcjs-dom >= 0.2 && < 0.10
, lens >= 4.14 && < 4.16
, reflex >= 0.5 && < 0.6
, reflex-dom >= 0.4 && < 0.5
, safe >= 0.3 && < 0.4
, text >= 1.2 && < 1.3
, time >= 1.6 && < 1.7
default-extensions:
BangPatterns
DataKinds
DeriveFunctor
DeriveGeneric
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
KindSignatures
LambdaCase
MultiWayIf
OverloadedLists
OverloadedStrings
RankNTypes
RecordWildCards
RecursiveDo
ScopedTypeVariables
TupleSections
TypeFamilies
TypeOperators
TypeSynonymInstances
source-repository head
type: git
location: https://github.com/hexresearch/reflex-material-bootstrap