guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (014f97544d -> b782d11f9b)


From: guix-commits
Subject: branch master updated (014f97544d -> b782d11f9b)
Date: Sat, 21 May 2022 19:43:02 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 014f97544d gnu: btrfs-progs: Fix cross-compilation.
     new 4e99510dea gnu: elm-compiler: Update to 0.19.1.
     new 0d480d4c62 gnu: elm: Rename package to match the command.
     new aefcfdd0ae guix: Add elm-build-system.
     new d16b2a1421 gnu: Add elm-core and elm-json.
     new dce724dc82 build-system/elm: Add implicit Elm inputs.
     new 00a5a07bb2 http-client: Accept '#:headers' in 'http-fetched/cached'.
     new ae533e3084 http-client: 'http-fetch/cached' converts strings to URIs.
     new 9a47fd56dd import: json: Accept '#:http-fetch' in 'json-fetch'.
     new 903c82583e import: Add Elm importer.
     new 205457f814 gnu: Add elm-virtual-dom.
     new 7ecc855254 gnu: Add elm-html.
     new db6b8d5e2c gnu: Add elm-svg.
     new c69d91a1b5 gnu: Add elm-time.
     new 31ee69721a gnu: Add elm-url.
     new 951ad86e81 gnu: Add elm-browser.
     new dfae053d73 gnu: Add elm-bytes.
     new 324b404804 gnu: Add elm-file.
     new 2ea11208f2 gnu: Add elm-http.
     new e46c530d50 gnu: Add elm-parser.
     new 1e0e94c35e gnu: Add elm-project-metadata-utils.
     new 796045b2c2 gnu: Add elm-explorations-markdown.
     new 9885c2fd07 gnu: elm: Support 'elm reactor'.
     new b6c0f18dee gnu: Add elm-todomvc.
     new 955638d8ac gnu: Add elm-debois-elm-dom.
     new 4522741c1d gnu: Add elm-random.
     new 297ae57bed gnu: Add elm-explorations-test.
     new 34f4542154 gnu: Add elm-danhandrea-elm-date-format.
     new 4d50052cf3 gnu: Add elm-danhandrea-elm-time-extra.
     new f0b7c8dca0 gnu: Add elm-justinmimbs-date.
     new 0fbf000f68 gnu: Add elm-justinmimbs-time-extra.
     new 71841da6f7 gnu: Add elm-myrho-elm-round.
     new 1b8d1f7d48 gnu: Add elm-ryannhg-date-format.
     new f8e080691d gnu: Add elm-terezka-intervals.
     new 7a2eb7d231 gnu: Add elm-terezka-elm-charts.
     new b782d11f9b news: Add entry for 'guix import elm'.

The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                                        |   5 +
 doc/contributing.texi                              |  82 +++
 doc/guix.texi                                      |  80 +++
 etc/news.scm                                       |  31 +
 gnu/local.mk                                       |   4 +-
 gnu/packages/elm.scm                               | 749 ++++++++++++++++++++-
 .../patches/elm-compiler-disable-reactor.patch     |  71 --
 .../patches/elm-compiler-fix-map-key.patch         |  38 --
 .../patches/elm-offline-package-registry.patch     |  71 ++
 .../patches/elm-reactor-static-files.patch         | 251 +++++++
 guix/build-system/elm.scm                          | 206 ++++++
 guix/build/elm-build-system.scm                    | 380 +++++++++++
 guix/http-client.scm                               |  24 +-
 guix/import/elm.scm                                | 210 ++++++
 guix/import/json.scm                               |   9 +-
 guix/scripts/import.scm                            |   3 +-
 guix/scripts/import/{pypi.scm => elm.scm}          |  24 +-
 tests/elm.scm                                      | 268 ++++++++
 18 files changed, 2350 insertions(+), 156 deletions(-)
 delete mode 100644 gnu/packages/patches/elm-compiler-disable-reactor.patch
 delete mode 100644 gnu/packages/patches/elm-compiler-fix-map-key.patch
 create mode 100644 gnu/packages/patches/elm-offline-package-registry.patch
 create mode 100644 gnu/packages/patches/elm-reactor-static-files.patch
 create mode 100644 guix/build-system/elm.scm
 create mode 100644 guix/build/elm-build-system.scm
 create mode 100644 guix/import/elm.scm
 copy guix/scripts/import/{pypi.scm => elm.scm} (83%)
 create mode 100644 tests/elm.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]