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: 622d6bc40e9d92e35605b80955c22f70e46ab7bef963bcf8711c9b20d90d8e0f name: Shpadoinkle-html version: 0.2.0.0 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.MicroData Shpadoinkle.Html.Utils Shpadoinkle.Html.LocalStorage Shpadoinkle.Html.TH Shpadoinkle.Html.TH.CSS Shpadoinkle.Keyboard other-modules: Shpadoinkle.Html.Event.Debounce Shpadoinkle.Html.Event.Throttle Shpadoinkle.Html.TH.CSSTest 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 && <0.2 , base >=4.12.0 && <4.16 , bytestring , compactable , containers >=0.6.0 && <0.7 , ghcjs-dom , jsaddle >=0.9.7 && <0.20 , stm >=2.5.0 && <2.6 , template-haskell >=2.14.0 && <2.17 , text >=1.2.3 && <1.3 , time , transformers , unliftio if impl(ghcjs) build-depends: ghcjs-base else build-depends: regex-pcre default-language: Haskell2010