Skip to content

Commit

Permalink
add hashcons in with-test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
craff committed Jul 5, 2024
1 parent b8c499f commit 3320012
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindlib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"dune" {>= "2.7" & build}
"timed" {>= "1.0" & with-test}
"pacomb" {>= "1.1" & with-test}
"hashcons" {with-test}
"odoc" {with-doc}
]
build: [
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@
(dune :build)
(timed (and (>= 1.0) :with-test))
(pacomb (and (>= 1.1) :with-test))
(hashcons :with-test)
(odoc :with-doc)))

0 comments on commit 3320012

Please sign in to comment.