summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
AgeCommit message (Collapse)Author
2019-05-04gnu: coq-bignums: Update to 8.9.0.Julien Lepiller
* gnu/packages/coq.scm (coq-bignums): Update to 8.9.0.
2019-05-04gnu: coq-mathcomp: Update to 1.8.0.Julien Lepiller
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.8.0.
2019-05-04gnu: coq-gappa: Update to 1.3.4.Julien Lepiller
* gnu/packages/coq.scm (coq-gappa): Update to 1.3.4.
2019-05-04gnu: coq: Update to 8.9.0.Julien Lepiller
* gnu/packages/coq.scm (coq): Update to 8.9.0. (coq-autosubst): Update to latest commit. (coq-equations): Update to 1.2-beta2.
2019-03-19gnu: coq-flocq: remove unnecessary return valuesDan Frumin
* gnu/packages/coq.scm (coq-flocq)[arguments]: Add unnecessary return values after 'invoke' calls. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-04gnu: coq-coquelicot: Update to 3.0.2.Dan Frumin
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-03-01gnu: coq-flocq: Update to 3.1.0.Dan Frumin
* gnu/packages/coq.scm (coq-flocq): Update to 3.1.0. (coq-interval): Update to 3.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: Add coq-equations.Dan Frumin
* gnu/packages/coq.scm (coq-equations): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-02-13gnu: coq-mathcomp: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/coq.scm (coq-mathcomp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-02-13gnu: coq: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/coq.scm (coq)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add 'make-git-checkout-writable' phase.
2019-02-07gnu: Add coq-autosubstDan Frumin
* gnu/packages/coq.scm (coq-autosubst): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-01-25gnu: coq-interval: Use INVOKE.Ricardo Wurmus
* gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
2019-01-25gnu: coq-coquelicot: Use INVOKE.Ricardo Wurmus
* gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
2019-01-25gnu: coq-mathcomp: Use INVOKE.Ricardo Wurmus
* gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T from build phases.
2019-01-25gnu: coq-gappa: Use INVOKE.Ricardo Wurmus
* gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from build phases by using INVOKE.
2019-01-25gnu: proof-general: Use INVOKE.Ricardo Wurmus
* gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
2019-01-07gnu: Move coq packages from ocaml to coq.Julien Lepiller
* gnu/packages/ocaml.scm (coq, proof-general, coq-flocq, coq-gappa, coq-mathcomp) (coq-coquelicot, coq-bignums, coq-interval): Move from here... * gnu/packages/coq.scm: ... to here. New file.