packages feed

Shpadoinkle-html-0.0.0.1: Shpadoinkle-html.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.32.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: c405e61305c4cd090d0c7410fd940ed8ec0ac9f6ace673ecd845df6397bf6e68

name:           Shpadoinkle-html
version:        0.0.0.1
synopsis:       A typed, template generated Html DSL, and helpers.
description:    Shpadoinkle Html is a typed template generated Html DSL building on types provided by Shpadoinkle Core. This exports a large namespace of terms covering most of the Html specifications. Some Elm API style helpers are present but as outlaw type classes.
category:       Web
author:         Isaac Shapira
maintainer:     fresheyeball@protonmail.com
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://gitlab.com/fresheyeball/Shpadoinkle.git

library
  exposed-modules:
      Shpadoinkle.Html
      Shpadoinkle.Html.Element
      Shpadoinkle.Html.Event
      Shpadoinkle.Html.Property
      Shpadoinkle.Html.Memo
      Shpadoinkle.Html.Utils
      Shpadoinkle.Html.LocalStorage
      Shpadoinkle.Keyboard
  other-modules:
      Shpadoinkle.Html.TH
      Paths_Shpadoinkle_html
  hs-source-dirs:
      ./.
  ghc-options: -Wall -Wcompat -fwarn-redundant-constraints -fwarn-incomplete-uni-patterns -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-identities
  build-depends:
      Shpadoinkle <0.1
    , base >=4.12.0 && <4.13
    , containers >=0.6.0 && <0.7
    , ghcjs-dom >=0.9.4 && <0.20
    , jsaddle >=0.9.7 && <0.20
    , jsaddle-dom >=0.9.3 && <0.20
    , stm >=2.5.0 && <2.6
    , template-haskell >=2.14.0 && <2.15
    , text >=1.2.3 && <1.3
    , unliftio >=0.2.12 && <0.3
  default-language: Haskell2010