Skip to content

Commit

Permalink
Fix opam file for ocamlgraph pin.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebuyse committed Jan 27, 2025
1 parent 53fa1a0 commit 871c517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions engine/hax-engine.opam
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ depexts: [
["nodejs"] {}
]
pin-depends: [
["ocamlgraph" "git+https://github.com/maximebuyse/ocamlgraph.git#fix-stable-topological-sort"]
]
["ocamlgraph.dev" "git+https://github.com/maximebuyse/ocamlgraph.git#fix-stable-topological-sort"]
]
4 changes: 2 additions & 2 deletions engine/hax-engine.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ depexts: [
["nodejs"] {}
]
pin-depends: [
["ocamlgraph" "git+https://github.com/maximebuyse/ocamlgraph.git#fix-stable-topological-sort"]
]
["ocamlgraph.dev" "git+https://github.com/maximebuyse/ocamlgraph.git#fix-stable-topological-sort"]
]

0 comments on commit 871c517

Please sign in to comment.