aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2021-01-16 08:55:10 +0000
committerGitHub <noreply@github.com>2021-01-16 16:55:10 +0800
commit8d2151662355a05f1e2fde864168cfddd8eedcda (patch)
tree801af807b89d09b1b1d195987c48f4c81c35a090 /package.json
parent74368c3dba66ce4c3d09f0a243a7a6eb55e9d85e (diff)
downloadtracifyjs-8d2151662355a05f1e2fde864168cfddd8eedcda.tar.gz
tracifyjs-8d2151662355a05f1e2fde864168cfddd8eedcda.zip
fix corner cases in `reduce_vars` (#4561)
fixes #4560
Diffstat (limited to 'package.json')
0 files changed, 0 insertions, 0 deletions
Julien Lepiller 2021-11-21gnu: coq-coquelicot: Update to 3.2.0....* gnu/packages/coq.scm (coq-coquelicot): Update to 3.2.0. Julien Lepiller 2021-11-21gnu: coq-mathcomp: Update to 1.13.0....* gnu/packages/coq.scm (coq-mathcomp): Update to 1.13.0. Julien Lepiller 2021-11-21gnu: coq-gappa: Update to 1.5.0....* gnu/packages/coq.scm (coq-gappa): Update to 1.5.0. Julien Lepiller 2021-11-21gnu: coq-flocq: Update to 3.4.2....* gnu/packages/coq.scm (coq-flocq): Update to 3.4.2. Julien Lepiller 2021-11-20gnu: coq-interval: Update home-page....* gnu/packages/coq.scm (coq-interval)[home-page]: Update. Julien Lepiller 2021-11-20gnu: coq-gappa: Update home-page....* gnu/packages/coq.scm (coq-gappa)[home-page]: Update. Julien Lepiller 2021-11-20gnu: coq-flocq: Update home-page....* gnu/packages/coq.scm (coq-flocq)[home-page]: Update. Julien Lepiller 2021-11-18gnu: coq-stdpp: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-stdpp)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-equations: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-equations)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-autosubst: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-autosubst)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: coq-mathcomp: Adjust '#:make-flags'....* gnu/packages/coq.scm (coq-mathcomp)[arguments]<#:make-flags>: Set install destination. <#:phases>: Remove replace 'install. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-11-18gnu: Add coq-semantics....* gnu/packages/coq.scm (coq-semantics): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu> zimoun 2021-10-08gnu: coq: Add upstream-name....This prevents an error on inherited packages when running the updater. * gnu/packages/coq.scm (coq)[properties]: Add upstream-name. Julien Lepiller 2021-07-31gnu: coq: Update to 8.13.2....* gnu/packages/coq.scm (coq): Update to 8.13.2. (coq-ide-server, coq-ide): New packages. (coq-gappa): Update to 1.4.6. (coq-bignums): Update to 8.13.0. (coq-interval): Update to 1.3.0. (coq-equations): Update to 1.2.4. Julien Lepiller 2021-07-31gnu: coq-stdpp: Update to 1.5.0....* gnu/packages/coq.scm (coq-stdpp): Update to 1.5.0. Julien Lepiller 2021-06-13gnu: proof-general: Update to 4.4-0.bc86736....There hasn’t been a new release since 2016 and there has been more than 450 new commits since then. * gnu/packages/coq.scm (proof-general): Update to 4.4-0.bc86736. [arguments]<#:make-flags>: Set ELISP_START. <#:phases>: Remove ‘coq-prog’ procedure which was unused; don’t run ‘substitute*’ on bin/proofgeneral since it no longer exists. Don’t end phases with #t, this will be unnecessary once the ‘core-updates’ branch is merged. [home-page]: Remove trailing whitesapce. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Xinglu Chen