-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreflex-html.cabal
45 lines (40 loc) · 1.67 KB
/
reflex-html.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
-- Initial frontend.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: reflex-html
version: 0.1.0.0
-- synopsis:
-- description:
license: BSD3
license-file: LICENSE
author: Oliver Batchelor
maintainer: saulzar@gmail.com
-- copyright:
category: Web
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Builder.Element
, Builder.Attribute
, Builder.TH
, Builder.Html, Builder.Html.Attributes, Builder.Html.Elements
, Builder.Svg, Builder.Svg.Attributes, Builder.Svg.Elements
, Reflex.Active
build-depends: base >=4.9 && <4.14
, reflex
, reflex-dom
, text
, linear
, contravariant
, containers
, lens
, template-haskell
, data-default
hs-source-dirs: .
default-language: Haskell2010
default-extensions: TemplateHaskell, FlexibleInstances, FlexibleContexts,
GADTs, MultiParamTypeClasses, TypeApplications,
ScopedTypeVariables, DataKinds, RankNTypes, OverloadedStrings,
TypeFamilies, TupleSections,
RecordWildCards, TypeOperators, NoMonomorphismRestriction,
TemplateHaskell, QuasiQuotes, LambdaCase, PolyKinds,
StandaloneDeriving, GeneralizedNewtypeDeriving, DeriveFunctor