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: 8d640457d8dcfbf7edf0ce733ba9d6c10d9beb6d8c62b7bbd10c0a294a0f2cb7
name: Shpadoinkle-backend-snabbdom
version: 0.1.0.1
synopsis: Use the high-performance Snabbdom virtual dom library written in JavaScript.
description: Snabbdom is a battle-tested virtual dom library for JavaScript. It's extremely fast, lean, and modular. Snabbdom's design made it a natural choice for a Shpadoinkle rendering backend, as it has a similar core philosophy of "just don't do much" and is friendly to purely functional binding.
category: Web
author: Isaac Shapira
maintainer: fresheyeball@protonmail.com
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
CHANGELOG.md
Shpadoinkle/Backend/Snabbdom/Setup.js
source-repository head
type: git
location: https://gitlab.com/fresheyeball/Shpadoinkle.git
library
exposed-modules:
Shpadoinkle.Backend.Snabbdom
other-modules:
Paths_Shpadoinkle_backend_snabbdom
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
, base >=4.12.0 && <4.16
, file-embed >=0.0.11 && <0.1
, jsaddle >=0.9.7 && <0.20
, mtl >=2.2.2 && <2.3
, text >=1.2.3 && <1.3
default-language: Haskell2010