Update ocamlformat

Apparently this time it has no incidence on our code.
This commit is contained in:
Louis Gesbert 2023-09-01 14:55:49 +02:00
parent fe2c66af12
commit 15e0339800
4 changed files with 3 additions and 23 deletions

View File

@ -4,7 +4,7 @@ exp-grouping = preserve
break-fun-decl = fit-or-vertical
wrap-comments
parse-docstrings
version=0.21.0
version=0.26.0
cases-exp-indent=2
indicate-multiline-delimiters=no
parens-tuple=multi-line-only

View File

@ -43,7 +43,7 @@ depends: [
"crunch" {>= "3.0.0"}
"alcotest" {>= "1.5.0"}
"odoc" {with-doc}
"ocamlformat" {cataladevmode & = "0.21.0"}
"ocamlformat" {cataladevmode & = "0.26.0"}
"obelisk" {cataladevmode}
"conf-npm" {cataladevmode}
"conf-python-3-dev" {cataladevmode}

View File

@ -1,20 +0,0 @@
opam-version: "2.0"
version: "0.8.0"
synopsis: "Virtual package listing the requirements for a complete Catala dev environment"
maintainer: ["contact@catala-lang.org"]
authors: [
"Denis Merigoux"
"Nicolas Chataing"
"Emile Rolley"
"Louis Gesbert"
"Aymeric Fromherz"
"Alain Delaët-Tixeuil"
]
license: "Apache-2.0"
homepage: "https://github.com/CatalaLang/catala"
bug-reports: "https://github.com/CatalaLang/catala/issues"
depends: [
"ocamlformat" {= "0.21.0"}
"obelisk"
"conf-npm"
]

View File

@ -24,7 +24,7 @@
buildInputs = [
pkgs.inotify-tools
ocamlPackages.merlin
pkgs.ocamlformat_0_21_0
pkgs.ocamlformat_0_26_0
ocamlPackages.ocp-indent
ocamlPackages.utop
ocamlPackages.odoc