cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 9632527e5d742c734473889b8289030711690a4689627731bcd9a2f549837e4d
name: Shpadoinkle-backend-snabbdom
version: 0.3.0.0
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 makes Snabbdom 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
, exceptions
, file-embed >=0.0.11 && <0.1
, ghcjs-dom >=0.9.4 && <0.20
, jsaddle >=0.9.7 && <0.20
, monad-control
, mtl >=2.2.2 && <2.3
, text >=1.2.3 && <1.3
, transformers-base
, unliftio >=0.2.12 && <0.3
default-language: Haskell2010