templates-0.1.0.0: templates.cabal
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
source-repository head
type: git
location: https://github.com/Ace-Interview-Prep/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.Errors
Templates.Partials.Invitebar
Templates.Types
Templates.DomExtras
default-language: Haskell2010
default-extensions:
ConstraintKinds
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
LambdaCase
MultiParamTypeClasses
RankNTypes
RecursiveDo
ScopedTypeVariables
TemplateHaskell
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
, lens >= 5.3.6 && < 5.4
, reflex-classhss >= 0.1.0 && < 0.2
, reflex-dom >= 0.6.3 && < 0.7
, text >= 2.1.3 && < 2.2