Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Dec 22, 2023
1 parent 9cb37bc commit 84c31d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
os:
- macos-latest
- ubuntu-latest
- windows-latest
# - windows-latest
ocaml-version:
- 4.14
- 5.1
Expand Down
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
profile=default
version=0.24.1
version=0.26.1
3 changes: 2 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
(lang dune 3.6)
(lang dune 3.12)

(name modern-ocaml)
6 changes: 3 additions & 3 deletions modern-ocaml.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ doc: "https://khady.github.io/modern-ocaml/"
tags: ["ocaml" "is" "love"]
depends: [
"ocaml"
"dune" {>= "3.0"}
"ocamlformat" {= "0.24.1" & with-dev-setup}
"ocaml-lsp-server" {= "1.15.1-4.14" & with-dev-setup}
"dune" {>= "3.12"}
"ocamlformat" {= "0.26.1" & with-dev-setup}
"ocaml-lsp-server" {with-dev-setup}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 84c31d7

Please sign in to comment.