Hi Philip, Philip McGrath skribis: > This patch series updates Elm to version 0.9.1, then adds an > 'elm-build-system' and a 'guix import elm' command. Impressive! > To exercise the new features, this patch series then: > > * Build the front-end for the `elm reactor` command (which is written in Elm) > and adds a variant of Elm to Guix with the command enabled; > > * Builds 'elm-todomvc', an official example of a basic Elm application; and > > * Builds a feature-rich third-party package, "terezka/elm-charts": > . Woow, neat. Annoying question that I have to ask: do these packages bundle JavaScript libraries? If yes, is it source or is it “minified”? (My take is that we could tolerate some level of bundling if “doing the right thing” is impractical, but it’d rather be source.) Thanks, Ludo’.