guix-commits
[Top][All Lists]
Advanced

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

branch master updated (3fc0fa9 -> c8a7ba6)


From: guix-commits
Subject: branch master updated (3fc0fa9 -> c8a7ba6)
Date: Fri, 8 Oct 2021 03:20:25 -0400 (EDT)

lbraun pushed a change to branch master
in repository guix.

    from 3fc0fa9  gnu: ocaml-graphics: Update to 5.1.2.
     new fe56213  guix: haskell-build-system: Always pass -package-db option.
     new f9250b4  gnu: ghc-8: Update to 8.10.
     new 75c91e6  import: stackage: Update %default-lts-version to 18.10.
     new 8b4d3a5  import: hackage: Update GHC’s standard libraries.
     new 127828d  import: stackage: Support input changes.
     new 7cdb65d  build-system/haskell: Do not rely on compiler name.
     new a01daed  build-system/haskell: Accept line breaks in config files.
     new edd912a  import: hackage: Support mirror:// URLs
     new b74ca40  build-system/haskell: Explain failure.
     new b97f549  gnu: Update Haskell ecosystem.
     new a389190  gnu: cabal-install: Build with GHC 8.10.
     new 2a1b6c0  gnu: hedgewars: Fix build.
     new 4e8d27e  gnu: ruby-pandoc-ruby: Disable tests.
     new da9ba38  gnu: ghc-silently: Remove unused input.
     new ed04402  gnu: idris: Fix build.
     new 7eb9fe4  gnu: ngless: Fix build.
     new 06587ab  gnu: python-pypandoc: Upgrade to 1.6.4.
     new d142843  gnu: ghc-repline: Remove version 0.2.0.0.
     new ff5fea3  gnu: ghc-haskeline: Remove version postfix from variable name.
     new fb1ffc5  gnu: pigx-bsseq: Remove dependency on pandoc-citeproc.
     new e51a3f4  gnu: pigx-sars-cov2-ww: Remove dependency on pandoc-citeproc.
     new 07f2e49  gnu: pigx-chipseq: Remove dependency on pandoc-citeproc.
     new 26488f6  gnu: pigx-rnaseq: Remove dependency on pandoc-citeproc.
     new c8a7ba6  gnu: pigx-scrnaseq: Remove dependency on pandoc-citeproc.

The 24 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                                       |   19 +-
 gnu/packages/agda.scm                              |   50 +-
 gnu/packages/bioinformatics.scm                    |  112 +-
 gnu/packages/cran.scm                              |   15 +-
 gnu/packages/dhall.scm                             |   14 +-
 gnu/packages/elm.scm                               |   15 +-
 gnu/packages/finance.scm                           |   46 +-
 gnu/packages/games.scm                             |    1 +
 gnu/packages/haskell-apps.scm                      |  135 +-
 gnu/packages/haskell-check.scm                     |  297 +-
 gnu/packages/haskell-crypto.scm                    |   51 +-
 gnu/packages/haskell-web.scm                       |  272 +-
 gnu/packages/haskell-xyz.scm                       | 3772 ++++++++++++--------
 gnu/packages/haskell.scm                           |   16 +-
 gnu/packages/idris.scm                             |   11 +-
 .../cabal-install-base16-bytestring1.0.patch       |   29 +
 gnu/packages/patches/cabal-install-ghc8.10.patch   |  393 ++
 .../patches/ghc-diff-swap-cover-args.patch         |   20 -
 .../patches/ghc-haddock-api-fix-haddock.patch      |   54 -
 gnu/packages/patches/ghc-hpack-fix-tests.patch     |  193 -
 .../ghc-language-haskell-extract-ghc-8.10.patch    |   27 +
 .../patches/ghc-microlens-aeson-fix-tests.patch    |   27 -
 .../patches/ghc-pandoc-fix-html-tests.patch        |   92 -
 .../patches/ghc-pandoc-fix-latex-test.patch        |   31 -
 gnu/packages/patches/hedgewars-network-bsd.patch   |  150 +
 .../patches/idris-build-with-haskeline-0.8.patch   |   85 +
 .../patches/idris-build-with-megaparsec-9.patch    |   27 +
 gnu/packages/patches/ngless-unliftio.patch         |   66 +
 gnu/packages/patches/pigx-bsseq-no-citeproc.patch  |   33 +
 .../patches/pigx-chipseq-no-citeproc.patch         |   33 +
 gnu/packages/patches/pigx-rnaseq-no-citeproc.patch |   33 +
 .../patches/pigx-sars-cov2-ww-no-citeproc.patch    |   33 +
 .../patches/pigx-scrnaseq-no-citeproc.patch        |   33 +
 .../patches/purescript-relax-dependencies.patch    |   40 -
 gnu/packages/purescript.scm                        |   97 +-
 gnu/packages/python-xyz.scm                        |    8 +-
 gnu/packages/ruby.scm                              |   14 +-
 gnu/packages/statistics.scm                        |    3 +-
 gnu/packages/wm.scm                                |   15 +-
 guix/build/haskell-build-system.scm                |   46 +-
 guix/import/hackage.scm                            |   11 +-
 guix/import/stackage.scm                           |   16 +-
 42 files changed, 4071 insertions(+), 2364 deletions(-)
 create mode 100644 
gnu/packages/patches/cabal-install-base16-bytestring1.0.patch
 create mode 100644 gnu/packages/patches/cabal-install-ghc8.10.patch
 delete mode 100644 gnu/packages/patches/ghc-diff-swap-cover-args.patch
 delete mode 100644 gnu/packages/patches/ghc-haddock-api-fix-haddock.patch
 delete mode 100644 gnu/packages/patches/ghc-hpack-fix-tests.patch
 create mode 100644 
gnu/packages/patches/ghc-language-haskell-extract-ghc-8.10.patch
 delete mode 100644 gnu/packages/patches/ghc-microlens-aeson-fix-tests.patch
 delete mode 100644 gnu/packages/patches/ghc-pandoc-fix-html-tests.patch
 delete mode 100644 gnu/packages/patches/ghc-pandoc-fix-latex-test.patch
 create mode 100644 gnu/packages/patches/hedgewars-network-bsd.patch
 create mode 100644 gnu/packages/patches/idris-build-with-haskeline-0.8.patch
 create mode 100644 gnu/packages/patches/idris-build-with-megaparsec-9.patch
 create mode 100644 gnu/packages/patches/ngless-unliftio.patch
 create mode 100644 gnu/packages/patches/pigx-bsseq-no-citeproc.patch
 create mode 100644 gnu/packages/patches/pigx-chipseq-no-citeproc.patch
 create mode 100644 gnu/packages/patches/pigx-rnaseq-no-citeproc.patch
 create mode 100644 gnu/packages/patches/pigx-sars-cov2-ww-no-citeproc.patch
 create mode 100644 gnu/packages/patches/pigx-scrnaseq-no-citeproc.patch
 delete mode 100644 gnu/packages/patches/purescript-relax-dependencies.patch



reply via email to

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