summaryrefslogtreecommitdiff
path: root/pkgs/development/coq-modules/StructTact
AgeCommit message (Collapse)Author
2026-02-11rocqPackages.stdlib: 9.1.0 -> 9.2.0Pierre Roux
2025-07-09coqPackages.*: 9.0 -> 9.1Pierre Roux
2025-01-26coq_9_0: init at 9.0+rc1Pierre Roux
2024-12-13Add coqPackages.stdlibPierre Roux
2024-12-10treewide: format all inactive Nix filesSilvan Mosberger
After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH
2024-06-28coq_8_20: init at 8.20+rc1 (#323105)Pierre Roux
2023-12-19Bump a few things compiling with Coq 8.19Pierre Roux
2023-11-25treewide: remove unnecessary patching of configure scriptArtturin
The configure phase of `stdenv` now runs `patchShebangs` on `configureScript`. Did not remove `patchShebangs` in packages which override `configurePhase`
2023-09-04coq_8_18: init at 8.18+rc1Vincent Laporte
2023-06-12coqPackages.StructTact: 20210328 → 20230107Vincent Laporte
2023-01-21treewide: remove global with lib; statements in pkgs/coq-modulesShawn8901
2022-12-24coqPackages.StructTact: preemptive fix for removal of configure in future ↵Théo Zimmermann
versions
2022-06-13coqPackages.StructTact: enable for Coq 8.16Vincent Laporte
2021-12-09coqPackages.StructTac: enable for Coq 8.15Vincent Laporte
2021-10-05coqPackages.StructTact: 20181102 → 20210328Vincent Laporte
2021-01-09coqPackages: refactorCyril Cohen
2019-12-30treewide: installFlags is a listRobin Gloster
2019-08-28treewide: remove redundant recvolth
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2018-12-21coqPackages.StructTact: fix buildVincent Laporte
2018-11-20coqPackages: New expressions: StructTact, InfSeqExt, Cheerios, VerdiJohn Wiegley