guix-commits
[Top][All Lists]
Advanced

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

branch master updated (660e0050 -> 985730c)


From: guix-commits
Subject: branch master updated (660e0050 -> 985730c)
Date: Thu, 4 Apr 2019 11:49:18 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

      from  660e0050  gnu: Add meritous.
       new  a7ad450   build: Always ship the (gnu installer …) modules.
       new  804744b   gnu: Add (gnu packages haskell-apps).
       new  c786dff   gnu: java-jgit: Move to java.scm.
       new  aea505a   gnu: Move ghc-hxt & co. to haskell-web.scm.
       new  c44667c   gnu: ghc-tls: Move to haskell-crypto.scm.
       new  bfccae4   gnu: raincat: Move to haskell-apps.scm.
       new  b48a7e4   gnu: Mov ghc-sdl2 & co. to haskell-apps.scm.
       new  aff0cce   gnu: Move nss & co. to nss.scm.
       new  a31174e   gexp: 'compiled-modules' loads modules before compiling 
them.
       new  c1ef50a   gexp: Remove workarounds for <https://bugs.gnu.org/15602>.
       new  985730c   scripts: More commands default to verbosity level 1.

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


Summary of changes:
 gnu/local.mk                        |  16 +-
 gnu/packages/chromium.scm           |   2 +-
 gnu/packages/disk.scm               |   2 +-
 gnu/packages/freedesktop.scm        |   4 +-
 gnu/packages/games.scm              |  44 ----
 gnu/packages/gnome.scm              |   1 +
 gnu/packages/gnunet.scm             |   4 +-
 gnu/packages/gnuzilla.scm           | 156 +-------------
 gnu/packages/haskell-apps.scm       | 400 ++++++++++++++++++++++++++++++++++++
 gnu/packages/haskell-crypto.scm     |  43 ++++
 gnu/packages/haskell-web.scm        | 108 +++++++++-
 gnu/packages/java.scm               |  77 ++++++-
 gnu/packages/libreoffice.scm        |   4 +-
 gnu/packages/linux.scm              |   2 +-
 gnu/packages/mate.scm               |   2 +-
 gnu/packages/nss.scm                | 184 +++++++++++++++++
 gnu/packages/openldap.scm           |   4 +-
 gnu/packages/package-management.scm |   2 +-
 gnu/packages/password-utils.scm     |   2 +-
 gnu/packages/polkit.scm             |   1 +
 gnu/packages/qt.scm                 |   2 +-
 gnu/packages/sdl.scm                |  92 ---------
 gnu/packages/sssd.scm               |   4 +-
 gnu/packages/storage.scm            |   2 +-
 gnu/packages/tls.scm                |  46 -----
 gnu/packages/version-control.scm    | 308 ---------------------------
 gnu/packages/vpn.scm                |   4 +-
 gnu/packages/web.scm                |   4 +-
 gnu/packages/xml.scm                | 110 +---------
 gnu/services/base.scm               |  10 -
 guix/gexp.scm                       |  47 ++++-
 guix/packages.scm                   |   3 +
 guix/scripts/environment.scm        |   2 +-
 guix/scripts/pack.scm               |   8 +-
 guix/scripts/system.scm             |   3 +-
 35 files changed, 899 insertions(+), 804 deletions(-)
 create mode 100644 gnu/packages/haskell-apps.scm
 create mode 100644 gnu/packages/nss.scm



reply via email to

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