From 397d6ee5c6bc54f8ad1f09cf60b487881ced2aae Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 2 Dec 2019 11:00:22 -0500 Subject: [PATCH] Add reflex, jsaddle, ghcjs-dom, and related packages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds Reflex to Stackage as well as some packages that are commonly used with Reflex. The goal is to make something like “reflex-todomvc”[1] work out-of-the-box with Stackage. The ghcjs and jsaddle dependencies are needed for running Reflex on a development machine, but do not themselves require the ghcjs compiler. These packages are fairly stable, and should be compatible with other Stackage dependencies. I am not the maintainer for any of these packages, but can work in keeping these up-to-date. [1]: https://github.com/reflex-frp/reflex-todomvc --- build-constraints.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b32c7ad3..00b972b0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4042,6 +4042,17 @@ packages: - egison - mini-egison + "Matthew Bauer @matthewbauer" + - ghcjs-dom + - ghcjs-dom-jsaddle + - jsaddle + - jsaddle-dom + - jsaddle-warp + - reflex + - reflex-dom + - reflex-dom-core + - reflex-vty + "Grandfathered dependencies": - network - Boolean