mbox series

[bug#66775,0/6] Update Agda and libraries to 2.6.4

Message ID cover.1698430139.git.dev@jpoiret.xyz
Headers show
Series Update Agda and libraries to 2.6.4 | expand

Message

Josselin Poiret Oct. 27, 2023, 6:11 p.m. UTC
Hello everyone,

Small patchset, just updating Agda to the latest release.  All libraries should
work with this.

Best,

Josselin Poiret (6):
  gnu: Add ghc-text-icu.
  gnu: agda: Update to 2.6.4.
  gnu: agda-stdlib: Update to 1.7.3.
  gnu: agda-categories: Adapt to agda-stdlib 1.7.3.
  gnu: agda-cubical: Update to 0.6.
  gnu: agda-1lab: Update to 549fdb1c948a975e90e70f871993a4a4239aa280.

 gnu/local.mk                                  |  2 +
 gnu/packages/agda.scm                         | 37 ++++++++------
 gnu/packages/haskell-xyz.scm                  | 41 +++++++++++++++
 .../agda-categories-use-stdlib-1.7.3.patch    | 28 ++++++++++
 gnu/packages/patches/agda-use-sphinx-5.patch  | 51 +++++++++++++++++++
 5 files changed, 143 insertions(+), 16 deletions(-)
 create mode 100644 gnu/packages/patches/agda-categories-use-stdlib-1.7.3.patch
 create mode 100644 gnu/packages/patches/agda-use-sphinx-5.patch


base-commit: 2de30042674197fe451c220745186e36465d06e2

Comments

Josselin Poiret Nov. 14, 2023, 1:13 p.m. UTC | #1
Hi,

Josselin Poiret <dev@jpoiret.xyz> writes:

> Small patchset, just updating Agda to the latest release.  All libraries should
> work with this.

Merged with bd0f2173210416e86281c1de8789e7cdab66dd57.  Closing.

Best,