Skip to content

Commit

Permalink
update opam file for supporting only OCaml >= 4.08
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Apr 5, 2020
1 parent de66a49 commit 1ab6c9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions satysfi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ remove: [
]
# Packages whose version suffix is "+satysfi" are distributed on satysfi-external-repo.
depends: [
"ocaml" {>= "4.06.0"}
"ocaml" {>= "4.08.0"}
"batteries"
"camlimages" {>= "5.0.1"}
"camlpdf" {= "2.3.1+satysfi"}
"core_kernel" {>= "v0.10.0" & < "v0.13.0"}
"core_kernel" {>= "v0.13"}
"cppo" {build & >= "1.6.4" & < "1.7.0"}
"depext"
"dune" {build}
Expand Down
2 changes: 1 addition & 1 deletion src/backend/flowGraph.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let print_for_debug msg =
*)
()

module Heap = Core_kernel.Heap
module Heap = Core_kernel.Pairing_heap


module type VertexType =
Expand Down

0 comments on commit 1ab6c9d

Please sign in to comment.