Description
The library is currently pinned to Agda 2.6.2 / stdlib 1.7. The Agda ecosystem has moved on: the current stable is Agda 2.8.0 (July 2025) and stdlib v2.3. --without-K has been superseded by --cubical-compatible since Agda 2.6.3. This issue tracks the full upgrade. Blocks essentially every other issue in this project.
Tasks
Acceptance criteria
Description
The library is currently pinned to Agda 2.6.2 / stdlib 1.7. The Agda ecosystem has moved on: the current stable is Agda 2.8.0 (July 2025) and stdlib v2.3.
--without-Khas been superseded by--cubical-compatiblesince Agda 2.6.3. This issue tracks the full upgrade. Blocks essentially every other issue in this project.Tasks
agda-algebras.agda-libtodepend: standard-library-2.3and document the minimum Agda version as 2.8.0.{-# OPTIONS --without-K --exact-split --safe #-}with{-# OPTIONS --cubical-compatible --exact-split --safe #-}.Function.Bundles,Relation.Binary.*renamings,Data.*reorganizations).README.mdandINSTALL.mdto reflect the new requirements.Acceptance criteria
make checksucceeds locally.--without-K.