[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39798] [PATCH 00/13] Update Pandoc.
From: |
Ricardo Wurmus |
Subject: |
[bug#39798] [PATCH 00/13] Update Pandoc. |
Date: |
Wed, 26 Feb 2020 19:04:05 +0100 |
User-agent: |
mu4e 1.2.0; emacs 26.3 |
Pierre Neidhardt <address@hidden> writes:
> Update ghc-pandoc to 2.92 and rename it to pandoc.
> This closes bug 33844.
>
> Questions:
>
> - Should this go on staging? It rebuilds a few hundred packages, maybe less
> than 300.
> - I'm not 100% sure that updating the Haskell libraries didn't break
> anything. I guess the continuous integration will tell us.
> - 3-4 libraries seemed to have many dependents and updating them would break
> stuff, so instead I created a versioned package, e.g. ghc-regex-base-0.94.
> Is this OK? Is there a best practice here?
I would prefer to untangle upgrading any packages from renaming
ghc-pandoc to pandoc.
Haskell package upgrades need to be consistent according to the current
LTS. We can’t just upgrade some Haskell packages without upgrading them
all. They also cannot be upgraded to the latest version as that may be
higher than the LTS version.
--
Ricardo
- [bug#39798] [PATCH 03/13] gnu: Add ghc-regex-base-0.94., (continued)
- [bug#39798] [PATCH 03/13] gnu: Add ghc-regex-base-0.94., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 05/13] gnu: ghc-skylighting-core: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 10/13] gnu: Add ghc-optparse-applicative-0.15., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 08/13] gnu: ghc-texmath: Update to 0.12.0.1., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 09/13] gnu: Add ghc-base-compat-0.11., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 12/13] gnu: ghc-pandoc: Update to 2.9.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 06/13] gnu: ghc-skylighting: Update to 0.8.3.2., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 13/13] gnu: ghc-pandoc: Rename to pandoc., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 07/13] gnu: ghc-pandoc-types: Update to 1.20., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 11/13] gnu: ghc-haddock-library: Update to 1.8.0., Pierre Neidhardt, 2020/02/26
- [bug#39798] [PATCH 00/13] Update Pandoc.,
Ricardo Wurmus <=