11
11
# ##################### CONTROL VARIABLES #####################
12
12
13
13
# The two lines below are used by the package selection script
14
- COQ_PLATFORM_VERSION_TITLE=" Coq 8.19.0 (released Jan 2024)"
14
+ COQ_PLATFORM_VERSION_TITLE=" Coq 8.19.1 (released Jan 2024)"
15
15
COQ_PLATFORM_VERSION_SORTORDER=98
16
16
17
17
# The package list name is the final part of the opam switch name.
@@ -22,13 +22,13 @@ COQ_PLATFORM_PACKAGE_PICK_POSTFIX='~8.19-lsp'
22
22
23
23
# The corresponding Coq development branch and tag
24
24
COQ_PLATFORM_COQ_BRANCH=' v8.19'
25
- COQ_PLATFORM_COQ_TAG=' 8.19.0 '
25
+ COQ_PLATFORM_COQ_TAG=' 8.19.1 '
26
26
27
27
# This controls if opam repositories for development packages are selected
28
28
COQ_PLATFORM_USE_DEV_REPOSITORY=' N'
29
29
30
30
# This extended descriptions is used for readme files
31
- COQ_PLATFORM_VERSION_DESCRIPTION=' This version of Coq Platform 2024.01.0 includes Coq 8.19.0 from Jan 2024. '
31
+ COQ_PLATFORM_VERSION_DESCRIPTION=' This version of Coq Platform 2024.01.0 includes Coq 8.19.1 from Jan 2024. '
32
32
33
33
# The OCaml version to use for this pick (just the version number - options are elaborated in a platform dependent way)
34
34
COQ_PLATFORM_OCAML_VERSION=' 4.14.1'
@@ -52,18 +52,18 @@ PACKAGES="${PACKAGES} PIN.ocamlfind.1.9.5~relocatable" # TODO port patch to 1.9
52
52
PACKAGES=" ${PACKAGES} dune.3.11.1"
53
53
PACKAGES=" ${PACKAGES} dune-configurator.3.10.0"
54
54
# The Coq compiler coqc and the Coq standard library
55
- PACKAGES=" ${PACKAGES} PIN.coq.8.19.0 "
55
+ PACKAGES=" ${PACKAGES} PIN.coq.8.19.1 "
56
56
57
57
# ######### Coq Language Server ##########
58
- PACKAGES=" ${PACKAGES} coq-serapi.8.19.0+0.19.0 "
59
- PACKAGES=" ${PACKAGES} coq-lsp.0.1.8 +8.19"
58
+ PACKAGES=" ${PACKAGES} coq-serapi.8.19.0+0.19.3 "
59
+ PACKAGES=" ${PACKAGES} coq-lsp.0.1.9 +8.19"
60
60
61
61
# ######### IDE PACKAGES ##########
62
62
63
63
# GTK based IDE for Coq - alternatives are VSCoq and Proofgeneral for Emacs
64
64
if [[ " ${COQ_PLATFORM_EXTENT} " =~ ^[iIfFxX] ]]
65
65
then
66
- PACKAGES=" ${PACKAGES} coqide.8.19.0 "
66
+ PACKAGES=" ${PACKAGES} coqide.8.19.1 "
67
67
fi
68
68
69
69
# ######### "FULL" COQ PLATFORM PACKAGES ##########
0 commit comments