Shpadoinkle-backend-snabbdom 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE +1/−1
- Shpadoinkle-backend-snabbdom.cabal +3/−3
LICENSE view
@@ -1,5 +1,5 @@ Shpadoinkle Snabbdom, I think I know exactly what it means-Copyright © 2019 Isaac Shpaira+Copyright © 2020 Isaac Shpaira All rights reserved. Redistribution and use in source and binary forms, with or without
Shpadoinkle-backend-snabbdom.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 65d971f46c65e7bf9238533aaa2d123da99931470b4b1a444c39110f953e032b+-- hash: 8d640457d8dcfbf7edf0ce733ba9d6c10d9beb6d8c62b7bbd10c0a294a0f2cb7 name: Shpadoinkle-backend-snabbdom-version: 0.1.0.0+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@@ -35,7 +35,7 @@ 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.15+ , 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