Skip to content

Commit

Permalink
Merge pull request ocaml#1856 from xvw/fix-1852-packaging-issues
Browse files Browse the repository at this point in the history
Fix 1852 packaging issues
  • Loading branch information
voodoos authored Oct 8, 2024
2 parents d6068a4 + c3dba72 commit c639d4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Changelog check

on:
pull_request:
branches: [ master ]
branches: [ main ]
types: [ opened, synchronize, reopened, labeled, unlabeled ]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion dot-merlin-reader.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
]
depends: [
"ocaml" {>= "5.2" }
"dune" {>= "2.9.0"}
"dune" {>= "3.0.0"}
"merlin-lib" {>= "5.2"}
"ocamlfind" {>= "1.6.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion merlin-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends: [
"ocaml" {>= "5.2" & < "5.3"}
"dune" {>= "3.0.0"}
"csexp" {>= "1.5.1"}
"alcotest" {with-test}
"alcotest" {with-test & >= "1.3.0" }
"menhir" {dev & >= "20201216"}
"menhirLib" {dev & >= "20201216"}
"menhirSdk" {dev & >= "20201216"}
Expand Down
1 change: 1 addition & 0 deletions tests/test-units/sherldoc/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(test
(name sherlodoc_test)
(package merlin-lib)
(libraries fmt alcotest merlin-lib.sherlodoc))

0 comments on commit c639d4f

Please sign in to comment.