guix-commits
[Top][All Lists]
Advanced

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

branch master updated (c08e9599ef -> 2c0537d374)


From: guix-commits
Subject: branch master updated (c08e9599ef -> 2c0537d374)
Date: Sun, 26 Feb 2023 04:44:34 -0500 (EST)

lbraun pushed a change to branch master
in repository guix.

    from c08e9599ef gnu: linux-libre 4.14: Update to 4.14.307.
     new 3e3f888dd3 import: hackage: Allow version at the beginning of cabal 
file.
     new 29d5fb7619 build: haskell-build-system: Remove trailing #t.
     new 3455a004ec build: haskell-build-system: Support multiple libraries.
     new f220509643 gnu: Switch default to GHC 9.2.
     new eb42d18180 import: stackage: Update to release 20.5.
     new 84549dcf38 import: hackage: Add upstream-name property.
     new cad6aa8082 gnu: Add upstream-name property to Haskell packages.
     new d06ae53013 import: hackage: Use upstream-name property.
     new 890a181ed1 gnu: Use HACKAGE-URI for packages from Hackage.
     new b0fc911b5b import: haskell: Add new internal library for GHC 9.2.
     new 39c97cf3d0 build: haskell-build-system: Process all transitive 
dependencies.
     new 9262c14d73 build: haskell-build-system: Remove unused linker flags.
     new 49a320aaa6 Upgrade Haskell packages.
     new d603946d38 gnu: ghc-9.2: Increase make verbosity.
     new 9ce5ec5397 gnu: Remove unused Haskell packages.
     new 7d60b97a6f gnu: ghc-parsec: Update to 3.1.15.0.
     new 92caedb60c gnu: idris: Fix overly zealous regular expression.
     new ebea18357b gnu: elm: Support GHC 9.2.
     new 4bb40b098d build-system: haskell: Drop default "static" output.
     new 7df12c8ca6 gnu: ghc-9.2: Support static linking with glibc < 2.34.
     new 8a4ee0c113 gnu: ghc-lua: Disable symbol export.
     new dc3e22f4d5 build: haskell-build-system: Build static executables by 
default.
     new baf9e0a336 gnu: ngless: Drop Haskell libraries and documentation.
     new 503998ac7a gnu: hledger: Drop Haskell libraries and documentation.
     new 47673272c4 gnu: darcs: Drop Haskell libraries and documentation.
     new be398aa2b4 gnu: git-annex: Drop Haskell documentation.
     new a38901c01e gnu: shellcheck: Drop Haskell libraries.
     new 7996bd3955 gnu: pandoc: Drop Haskell libraries and documentation.
     new 169237aae5 gnu: purescript: Drop Haskell libraries and documentation.
     new 6188fe2633 gnu: xmobar: Drop Haskell libraries and documentation.
     new 2c0537d374 gnu: idris: Adapt to changed haskell-build-system.

The 31 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:
 gnu/local.mk                                       |     8 +-
 gnu/packages/agda.scm                              |     5 +-
 gnu/packages/bioinformatics.scm                    |   215 +-
 gnu/packages/dhall.scm                             |   168 +-
 gnu/packages/elm.scm                               |     5 +-
 gnu/packages/finance.scm                           |   213 +-
 gnu/packages/haskell-apps.scm                      |   613 +-
 gnu/packages/haskell-check.scm                     |   782 +-
 gnu/packages/haskell-crypto.scm                    |   352 +-
 gnu/packages/haskell-web.scm                       |  1448 ++-
 gnu/packages/haskell-xyz.scm                       | 11607 ++++++++++---------
 gnu/packages/haskell.scm                           |    25 +-
 gnu/packages/idris.scm                             |    14 +-
 gnu/packages/lisp.scm                              |   127 +-
 .../cabal-install-base16-bytestring1.0.patch       |    29 -
 gnu/packages/patches/cabal-install-ghc8.10.patch   |   393 -
 gnu/packages/patches/elm-ghc9.2.patch              |   187 +
 .../patches/ghc-9.2-glibc-2.33-link-order.patch    |    35 +
 gnu/packages/patches/ghc-bloomfilter-ghc9.2.patch  |   303 +
 .../patches/ghc-bytestring-handle-ghc9.patch       |    67 +
 gnu/packages/patches/ngless-unliftio.patch         |    66 -
 gnu/packages/patches/xmonad-dynamic-linking.patch  |    24 +-
 .../patches/xmonad-next-dynamic-linking.patch      |    16 -
 gnu/packages/purescript.scm                        |   172 +-
 gnu/packages/wm.scm                                |   137 +-
 guix/build-system/haskell.scm                      |     5 +-
 guix/build/haskell-build-system.scm                |   136 +-
 guix/import/hackage.scm                            |    21 +-
 guix/import/stackage.scm                           |     6 +-
 tests/hackage.scm                                  |     5 +
 30 files changed, 8467 insertions(+), 8717 deletions(-)
 delete mode 100644 
gnu/packages/patches/cabal-install-base16-bytestring1.0.patch
 delete mode 100644 gnu/packages/patches/cabal-install-ghc8.10.patch
 create mode 100644 gnu/packages/patches/elm-ghc9.2.patch
 create mode 100644 gnu/packages/patches/ghc-9.2-glibc-2.33-link-order.patch
 create mode 100644 gnu/packages/patches/ghc-bloomfilter-ghc9.2.patch
 create mode 100644 gnu/packages/patches/ghc-bytestring-handle-ghc9.patch
 delete mode 100644 gnu/packages/patches/ngless-unliftio.patch
 delete mode 100644 gnu/packages/patches/xmonad-next-dynamic-linking.patch



reply via email to

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