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: 77a0b8bc04fa4df929da353a469bb36150de75b87c0f1b49c2320f820a483d79 name: Shpadoinkle-html version: 0.1.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.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 && <0.2 , base >=4.12.0 && <4.15 , 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.17 , text >=1.2.3 && <1.3 , unliftio >=0.2.12 && <0.3 default-language: Haskell2010