blizzard-html-0.1.0.0: blizzard-html.cabal
cabal-version: 3.0
author: Joshua Obritsch
bug-reports: https://github.com/joshua-obritsch/blizzard-html/issues
build-type: Simple
category: Text
copyright: 2021 Joshua Obritsch
description: An HTML and CSS renderer for the Haskell
programming language. It functions mostly
as a wrapper for blaze-html and clay. The
syntax was inspired by Elm and elm-css.
extra-source-files: CHANGELOG.md
homepage: https://github.com/joshua-obritsch/blizzard-html
license: MIT
license-file: LICENSE
maintainer: Joshua Obritsch <joshua@obritsch.com>
name: blizzard-html
stability: Experimental
synopsis: An HTML and CSS renderer for Haskell
version: 0.1.0.0
library
build-depends: base >= 4 && < 5
, blaze-html >= 0.9 && < 0.10
, clay >= 0.13 && < 0.14
, text >= 0.10 && < 1.3
default-language: Haskell2010
exposed-modules: Text.Blizzard.Css3
, Text.Blizzard.Html5
, Text.Blizzard.Html5.Attributes
other-modules: Text.Blizzard.Css
, Text.Blizzard.Html
hs-source-dirs: src